Date: Saturday, February 28, 2015 @ 20:42:41 Author: arojas Revision: 128429
Revert to 20141106, there's a API break Modified: eclib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-28 19:33:57 UTC (rev 128428) +++ PKGBUILD 2015-02-28 19:42:41 UTC (rev 128429) @@ -2,8 +2,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=eclib -pkgver=20150228 -pkgrel=2 +pkgver=20141106 +pkgrel=3 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/" @@ -10,7 +10,7 @@ license=(GPL) depends=(flint pari) source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz") -md5sums=('948e6da1b4dcaf9f8c2c8c66fad11f91') +md5sums=('dd65b29741461a7abd02c721b9f0c80d') build() { cd eclib-$pkgname-$pkgver
