community/eclib to 20160720-1

This commit is contained in:
David Beauchamp 2016-07-20 11:00:35 -04:00
parent 983e94a5f5
commit f5ab93e5f0

View file

@ -5,8 +5,8 @@
# - libpthread is getting missed in link deps, specify in LDFLAGS
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/"
@ -14,7 +14,7 @@ license=(GPL)
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