community/eclib to 20160206-1

This commit is contained in:
Kevin Mihelich 2016-02-11 13:27:21 +00:00
parent 448985aae7
commit 2f6173f33e

View file

@ -5,7 +5,7 @@
# - libpthread is getting missed in link deps, specify in LDFLAGS
pkgname=eclib
pkgver=20160101
pkgver=20160206
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)
@ -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=('ce61995933d03a12317aa6f1391f35e4')
md5sums=('8497ea59a0a5dcc3f32ee21bb3510eac')
build() {
cd $pkgname-$pkgver