[arch-commits] Commit in libtommath/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 2 08:55:15 UTC 2020


    Date: Tuesday, June 2, 2020 @ 08:55:11
  Author: arojas
Revision: 388062

Drop no longer used static library

Modified:
  libtommath/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 08:16:32 UTC (rev 388061)
+++ PKGBUILD	2020-06-02 08:55:11 UTC (rev 388062)
@@ -4,13 +4,12 @@
 
 pkgname=libtommath
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
 url="http://www.libtom.org/"
 license=('custom')
 arch=('x86_64')
 depends=('glibc')
-options=(staticlibs)
 source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz")
 sha256sums=('b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1')
 



More information about the arch-commits mailing list