aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/speedcrunch/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/speedcrunch/APKBUILD b/testing/speedcrunch/APKBUILD
index 1cb2ecb9c7..530af854b5 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
}