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

Antonio Rojas arojas at archlinux.org
Wed Jun 1 17:04:16 UTC 2016


    Date: Wednesday, June 1, 2016 @ 19:04:15
  Author: arojas
Revision: 177621

Update to 0.6.6

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-01 17:00:08 UTC (rev 177620)
+++ PKGBUILD	2016-06-01 17:04:15 UTC (rev 177621)
@@ -3,16 +3,24 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.6.5
+pkgver=0.6.6
 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 gmp)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('e49637aa94556a33d0fd6b3bcfd2e056')
+depends=(python2 libgiac)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz"
+        pynac-giac.patch::"https://github.com/pynac/pynac/commit/101ea20b.patch")
+md5sums=('413e071cfeafbc0005f9f5eb23ae58ab'
+         '50297577b500234b6c89fc89f909cb35')
 
+prepare() {
+  cd pynac-pynac-$pkgver
+# Fix giac detection
+  patch -p1 -i ../pynac-giac.patch
+}
+
 build() {
   cd pynac-pynac-$pkgver
 



More information about the arch-commits mailing list