Date: Wednesday, July 20, 2016 @ 13:56:45 Author: arojas Revision: 183625
Update to 20160720 Modified: eclib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-20 12:06:22 UTC (rev 183624) +++ PKGBUILD 2016-07-20 13:56:45 UTC (rev 183625) @@ -2,8 +2,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=eclib -pkgver=20160206 -pkgrel=9 +pkgver=20160720 +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/" @@ -11,7 +11,7 @@ depends=(flint pari-sage boost-libs) makedepends=(boost) source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz") -md5sums=('8497ea59a0a5dcc3f32ee21bb3510eac') +md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338') build() { cd $pkgname-$pkgver
