mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/eclib to 20170330-1
This commit is contained in:
parent
c6d4b8441d
commit
432364016a
1 changed files with 2 additions and 2 deletions
|
@ -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=20170122
|
pkgver=20170330
|
||||||
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 boost-libs)
|
depends=(flint pari 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=('7cf4318880d8b3d1b09968dde59b8d25')
|
sha256sums=('c507c3c83a21d445c6fba1c339aa4c37d488aeae829e5368a9bff000b148baf3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue