[arch-commits] Commit in eclib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jan 11 22:39:06 UTC 2017


    Date: Wednesday, January 11, 2017 @ 22:39:05
  Author: arojas
Revision: 206856

Build against standard pari package

Modified:
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 22:34:05 UTC (rev 206855)
+++ PKGBUILD	2017-01-11 22:39:05 UTC (rev 206856)
@@ -3,12 +3,12 @@
 
 pkgname=eclib
 pkgver=20161230
-pkgrel=2
+pkgrel=3
 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/"
 license=(GPL)
-depends=(flint pari-sage boost-libs)
+depends=(flint pari boost-libs)
 makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
 md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')



More information about the arch-commits mailing list