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

Antonio Rojas arojas at archlinux.org
Thu Nov 12 22:51:09 UTC 2015


    Date: Thursday, November 12, 2015 @ 23:51:08
  Author: arojas
Revision: 146654

Enable boost

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-12 20:35:09 UTC (rev 146653)
+++ PKGBUILD	2015-11-12 22:51:08 UTC (rev 146654)
@@ -3,12 +3,13 @@
 
 pkgname=eclib
 pkgver=20150827
-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)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
 md5sums=('6a9d3b001a7035697079fb08c420e4a3')
 



More information about the arch-commits mailing list