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

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


    Date: Tuesday, February 5, 2019 @ 16:31:16
  Author: arojas
Revision: 429632

Update to 20190205

Modified:
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-05 14:20:52 UTC (rev 429631)
+++ PKGBUILD	2019-02-05 16:31:16 UTC (rev 429632)
@@ -1,21 +1,21 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20180815
-pkgrel=4
+pkgver=20190205
+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)
 url="https://github.com/JohnCremona/eclib/"
 license=(GPL)
 depends=(flint pari boost-libs)
-makedepends=(boost autoconf-archive)
+makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
-sha256sums=('2b232cfa5394cb35520280327f33c3cb323a4d4f33eecd5b803fc4ad20c1bdf3')
+sha256sums=('cbbc9ef14ee4a238e28f53cca00ea639f8cb71ccb202e7b455d9a5eab998d1ad')
 
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr --with-boost
+  LDFLAGS+=' -lpthread' ./configure --prefix=/usr --with-flint=/usr --with-boost
   make
 }
 



More information about the arch-commits mailing list