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

Antonio Rojas arojas at archlinux.org
Sun Apr 12 13:26:27 UTC 2015


    Date: Sunday, April 12, 2015 @ 15:26:26
  Author: arojas
Revision: 131235

Update to 20150408, build against pari-git

Modified:
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-12 13:11:44 UTC (rev 131234)
+++ PKGBUILD	2015-04-12 13:26:26 UTC (rev 131235)
@@ -2,15 +2,15 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20141106
-pkgrel=3
+pkgver=20150408
+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=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/"
 license=(GPL)
-depends=(flint pari)
+depends=(flint pari-git)
 source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('dd65b29741461a7abd02c721b9f0c80d')
+md5sums=('9544c6d471e48eac193efdc29a9d0955')
 
 build() {
   cd eclib-$pkgname-$pkgver



More information about the arch-commits mailing list