community/eclib to 20160101-1

This commit is contained in:
Kevin Mihelich 2016-01-30 20:47:48 +00:00
parent 7af393f1c2
commit 2c3194b09f

View file

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