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

Antonio Rojas arojas at archlinux.org
Wed Jan 11 22:41:05 UTC 2017


    Date: Wednesday, January 11, 2017 @ 22:41:05
  Author: arojas
Revision: 206858

Build against standard pari package

Modified:
  lcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 22:39:33 UTC (rev 206857)
+++ PKGBUILD	2017-01-11 22:41:05 UTC (rev 206858)
@@ -3,12 +3,12 @@
 
 pkgname=lcalc
 pkgver=1.23
-pkgrel=14
+pkgrel=15
 pkgdesc="C++ L-function class library and command line interface"
 arch=(i686 x86_64)
 url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html"
 license=(GPL2)
-depends=(pari-sage)
+depends=(pari)
 makedepends=(chrpath)
 #source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz"
 source=("http://mirrors.mit.edu/sage/spkg/upstream/lcalc/lcalc-$pkgver.tar.bz2"



More information about the arch-commits mailing list