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

Antonio Rojas arojas at archlinux.org
Thu Jan 5 09:54:12 UTC 2017


    Date: Thursday, January 5, 2017 @ 09:54:11
  Author: arojas
Revision: 204886

Update to 0.7.3, remove giac support (broken in 0.7.3)

Modified:
  pynac/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-05 09:53:13 UTC (rev 204885)
+++ PKGBUILD	2017-01-05 09:54:11 UTC (rev 204886)
@@ -3,26 +3,25 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
 arch=(i686 x86_64)
 url="http://pynac.org"
 license=(GPL)
-depends=(python2 libgiac singular)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('498af0e07301f1f763d11254f7777d1b')
+depends=(python2 singular)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
+md5sums=('c76c749bc4301d09b90073bcaa230a24')
 
 build() {
-  cd pynac-pynac-$pkgver
+  cd pynac-$pkgver
 
   export PYTHON=python2
-  ./bootstrap
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-giac=no
   make
 }
 
 package() {
-  cd pynac-pynac-$pkgver
+  cd pynac-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list