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

Antonio Rojas arojas at archlinux.org
Tue Jan 19 16:41:05 UTC 2016


    Date: Tuesday, January 19, 2016 @ 17:41:05
  Author: arojas
Revision: 157698

pari-sage 2.8.2044 rebuild

Modified:
  lcalc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 16:38:59 UTC (rev 157697)
+++ PKGBUILD	2016-01-19 16:41:05 UTC (rev 157698)
@@ -3,13 +3,13 @@
 
 pkgname=lcalc
 pkgver=1.23
-pkgrel=9
+pkgrel=10
 pkgdesc="C++ L-function class library and command line interface"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html"
-license=('GPL2')
-depends=('pari-sage')
-makedepends=('chrpath')
+license=(GPL2)
+depends=(pari-sage)
+makedepends=(chrpath)
 source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz"
  'Lcommon.h.patch' 'gcc-4.9.patch' 'pari-2.7.patch' 'gcc-5.patch')
 md5sums=('8262d4495e0bbe0283e5341ef8694c23'
@@ -44,4 +44,3 @@
 # fix insecure rpath
   chrpath -d "$pkgdir"/usr/bin/lcalc
 }
-



More information about the arch-commits mailing list