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

Antonio Rojas arojas at archlinux.org
Mon May 18 09:25:34 UTC 2015


    Date: Monday, May 18, 2015 @ 11:25:34
  Author: arojas
Revision: 133702

New snapshot for SageMath 6.7

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-18 08:42:28 UTC (rev 133701)
+++ PKGBUILD	2015-05-18 09:25:34 UTC (rev 133702)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=pari-sage
-_pkgver=2.8-1369-g0e48e9b
+_pkgver=2.8-1564-gdeac36e
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number theory. Development snapshot required by SageMath'
@@ -15,13 +15,14 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=('pari')
 provides=('pari')
-source=("http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz" 'public_memory_functions.patch')
-md5sums=('2ae5684a10d557016fc1b6ad10b8bf80'
+# source=("http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz"
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz"
+ 'public_memory_functions.patch')
+md5sums=('971950d42bd6d953b22f86a02a486878'
          '9172b9faee975cd3fe0f97126ea61af8')
 
 prepare() {
-	cd pari-${_pkgver}
-	sed 's/\$addlib64//g' -i config/get_libpth
+  cd pari-${_pkgver}
 
 # make some private functions public
   patch -p1 -i "$srcdir"/public_memory_functions.patch



More information about the arch-commits mailing list