diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-17 20:48:27 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-17 20:48:27 +0000 |
commit | b07de55abe0307890e7570c39bc0471d903e2694 (patch) | |
tree | e732746ad7e96fab1f963e00a1f5db0f024a5ffe /user | |
parent | c188e1490e629edff43a7a3c9f972142be51429d (diff) | |
download | packages-b07de55abe0307890e7570c39bc0471d903e2694.tar.gz packages-b07de55abe0307890e7570c39bc0471d903e2694.tar.bz2 packages-b07de55abe0307890e7570c39bc0471d903e2694.tar.xz packages-b07de55abe0307890e7570c39bc0471d903e2694.zip |
user/libtommath: bump to 1.1.0
Diffstat (limited to 'user')
-rw-r--r-- | user/libtommath/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/user/libtommath/APKBUILD b/user/libtommath/APKBUILD index 41e3a1ea1..826ecf131 100644 --- a/user/libtommath/APKBUILD +++ b/user/libtommath/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=libtommath -pkgver=1.1.0_rc1 +pkgver=1.1.0 pkgrel=0 pkgdesc="Theoretic multiple-precision integer library" url="https://www.libtom.net/LibTomMath/" @@ -14,18 +14,15 @@ source="https://github.com/libtom/libtommath/releases/download/v${pkgver/_/-}/lt builddir="$srcdir/$pkgname-${pkgver/_/-}" build() { - cd "$builddir" make PREFIX=/usr -f makefile.shared } check() { - cd "$builddir" make PREFIX=/usr -f makefile.shared test_standalone } package() { - cd "$builddir" make PREFIX=/usr DESTDIR="$pkgdir" -f makefile.shared install } -sha512sums="4cee5d59cd2eaf14591ee280dcdcdd5915f38584b7259b5752e7316cd1a9966f1c969ee3b64d136ae7044c5834cfc8c781db300ede503ec2e657083de3692fd2 ltm-1.1.0-rc1.tar.xz" +sha512sums="6d1b8b09d5b975a2b84ef6ab9cb1cc63db2f0503a906e499cb9d7eaba3f487be6e7f69bf692b188f888418c61ea563aa7e2411638d8979eac426b3d603ad1b91 ltm-1.1.0.tar.xz" |