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

Antonio Rojas arojas at archlinux.org
Thu Nov 24 16:51:38 UTC 2016


    Date: Thursday, November 24, 2016 @ 16:51:37
  Author: arojas
Revision: 196744

Update to 0.7.1

Modified:
  pynac/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-24 16:44:02 UTC (rev 196743)
+++ PKGBUILD	2016-11-24 16:51:37 UTC (rev 196744)
@@ -3,24 +3,16 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+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 flint)
-source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz"
-        flint-linking.patch::"https://github.com/pynac/pynac/commit/870fee7b.patch")
-md5sums=('1df469bcf4240bfe451f3804adba8f1a'
-         '7a17f53a184a8d4b36fdb9d3446e374c')
+depends=(python2 libgiac singular)
+source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('9c8e88dac024c27aec0013f3f1808674')
 
-prepare() {
-  cd pynac-pynac-$pkgver
-# Fix underlinking
-  patch -p1 -i ../flint-linking.patch
-}
-
 build() {
   cd pynac-pynac-$pkgver
 



More information about the arch-commits mailing list