mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/eclib to 20161219-1
This commit is contained in:
parent
7b64a139e3
commit
947a3e7f55
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - libpthread is getting missed in link deps, specify in LDFLAGS
|
||||
|
||||
pkgname=eclib
|
||||
pkgver=20160720
|
||||
pkgrel=10
|
||||
pkgver=20161219
|
||||
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=('6ba0a5b73184b2f36b7d52bc2d8a0338')
|
||||
md5sums=('f1503947c55be3007724675cb610e9c5')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue