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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 17:23:07 UTC 2021


    Date: Tuesday, February 23, 2021 @ 17:23:06
  Author: arojas
Revision: 869894

Update to 20210223

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 17:20:37 UTC (rev 869893)
+++ PKGBUILD	2021-02-23 17:23:06 UTC (rev 869894)
@@ -1,21 +1,22 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20190909
-pkgrel=13
+pkgver=20210223
+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)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
-sha256sums=('695e45e14aa521a3eab15d6fcc58e2aa014d601acca9b573388b3660d57c1320')
+makedepends=(boost)
+source=(https://github.com/JohnCremona/eclib/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e9133eb2ff60cc8d083b0c9af15cae04a3376951806ecbd127a41362f4097f3a')
 
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh
   ./configure --prefix=/usr --with-flint=/usr --with-boost
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
   make
 }
 



More information about the arch-commits mailing list