aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-15 00:44:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-15 01:38:00 -0300
commitc89843041fa56b6bacf1270da135edbf937e9602 (patch)
tree60bf3cbcd8bf91f60a05d2e377300b6e95619558
parentcf04f5688b9bbf43b268dc57754ac2e6b2b4dd4b (diff)
testing/speedcrunch: use py3-sphinx, fix license
-rw-r--r--testing/speedcrunch/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/speedcrunch/APKBUILD b/testing/speedcrunch/APKBUILD
index 1cb2ecb9c74..530af854b58 100644
--- a/testing/speedcrunch/APKBUILD
+++ b/testing/speedcrunch/APKBUILD
@@ -2,18 +2,17 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=speedcrunch
pkgver=0.12
-pkgrel=0
+pkgrel=1
pkgdesc="SpeedCrunch is a high-precision scientific calculator."
url="http://www.speedcrunch.org/"
arch="all"
-license="GPL"
-makedepends="cmake py-sphinx py-sphinx-theme-quark
+license="GPL-2.0-or-later"
+makedepends="cmake py3-sphinx py3-sphinx-theme-quark
qt5-qtbase-dev qt5-qttools-dev libxkbcommon-dev"
source="https://bitbucket.org/heldercorreia/speedcrunch/get/release-0.12.0.tar.bz2"
builddir="$srcdir/heldercorreia-speedcrunch-ea93b21f9498"
prepare() {
- cd "$builddir"
mkdir -p build
}