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

Antonio Rojas arojas at archlinux.org
Tue Feb 5 16:54:54 UTC 2019


    Date: Tuesday, February 5, 2019 @ 16:54:53
  Author: arojas
Revision: 429634

Update to 20190205.1

Modified:
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-05 16:32:30 UTC (rev 429633)
+++ PKGBUILD	2019-02-05 16:54:53 UTC (rev 429634)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20190205
+pkgver=20190205.1
 pkgrel=1
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
 arch=(x86_64)
@@ -10,12 +10,12 @@
 depends=(flint pari boost-libs)
 makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
-sha256sums=('cbbc9ef14ee4a238e28f53cca00ea639f8cb71ccb202e7b455d9a5eab998d1ad')
+sha256sums=('022cf2c303024acbcc2c16cbd8148f69eb6355aceec8744d51ae8c5a73a05192')
 
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh
-  LDFLAGS+=' -lpthread' ./configure --prefix=/usr --with-flint=/usr --with-boost
+  ./configure --prefix=/usr --with-flint=/usr --with-boost
   make
 }
 



More information about the arch-commits mailing list