community/eclib to 20170330-1

This commit is contained in:
David Beauchamp 2017-03-30 16:38:29 -04:00
parent c6d4b8441d
commit 432364016a

View file

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