community/eclib to 20170122-1

This commit is contained in:
Kevin Mihelich 2017-01-22 22:47:52 +00:00
parent 045c35bf07
commit aa2f397139

View file

@ -5,8 +5,8 @@
# - libpthread is getting missed in link deps, specify in LDFLAGS
pkgname=eclib
pkgver=20161230
pkgrel=3
pkgver=20170122
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 boost-libs)
makedepends=(boost)
source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
build() {
cd $pkgname-$pkgver