community/eclib to 20161230-1

This commit is contained in:
Kevin Mihelich 2017-01-01 19:13:26 +00:00
parent 1796e230fa
commit a64d6abc96

View file

@ -5,7 +5,7 @@
# - libpthread is getting missed in link deps, specify in LDFLAGS # - libpthread is getting missed in link deps, specify in LDFLAGS
pkgname=eclib pkgname=eclib
pkgver=20161219 pkgver=20161230
pkgrel=1 pkgrel=1
pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database" 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) arch=(i686 x86_64)
@ -14,7 +14,7 @@ license=(GPL)
depends=(flint pari-sage boost-libs) depends=(flint pari-sage boost-libs)
makedepends=(boost) makedepends=(boost)
source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz") source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
md5sums=('f1503947c55be3007724675cb610e9c5') md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver