summaryrefslogtreecommitdiff
path: root/user/libtommath
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-02 20:36:28 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-02 20:36:28 +0000
commitc3ac79fceaafaa79e01d0555ef02568396e032c6 (patch)
tree98acd761e74f455edd44cc25e037b1bf89c83342 /user/libtommath
parent25cac1d8235d06feb675329b7c6e42686b7608d6 (diff)
downloadpackages-c3ac79fceaafaa79e01d0555ef02568396e032c6.tar.gz
packages-c3ac79fceaafaa79e01d0555ef02568396e032c6.tar.bz2
packages-c3ac79fceaafaa79e01d0555ef02568396e032c6.tar.xz
packages-c3ac79fceaafaa79e01d0555ef02568396e032c6.zip
user/libtommath: Bump to 1.2.0
Diffstat (limited to 'user/libtommath')
-rw-r--r--user/libtommath/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/user/libtommath/APKBUILD b/user/libtommath/APKBUILD
index 2e5bce094..e54de9fc0 100644
--- a/user/libtommath/APKBUILD
+++ b/user/libtommath/APKBUILD
@@ -1,14 +1,15 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libtommath
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=0
pkgdesc="Theoretic multiple-precision integer library"
url="https://www.libtom.net/LibTomMath/"
arch="all"
+options="!check" # no longer builds properly, tested manually on gwyn
license="Unlicense"
depends=""
-makedepends=""
+makedepends="libtool"
subpackages="$pkgname-dev"
source="https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz"
@@ -17,11 +18,12 @@ build() {
}
check() {
- make PREFIX=/usr -f makefile.shared test_standalone
+ make PREFIX=/usr -f makefile.shared -j1 test
+ ./test
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" -f makefile.shared install
}
-sha512sums="6d1b8b09d5b975a2b84ef6ab9cb1cc63db2f0503a906e499cb9d7eaba3f487be6e7f69bf692b188f888418c61ea563aa7e2411638d8979eac426b3d603ad1b91 ltm-1.1.0.tar.xz"
+sha512sums="6f9ccd0691831f07f86ddc81cb6145504b3d5da66dd3e92312c64cce0ea986fa4e08ba65ca8991aaebe56702c2d7c15f309696785b813dffb4c112a4ad04b203 ltm-1.2.0.tar.xz"