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

Antonio Rojas arojas at archlinux.org
Fri Jan 20 19:45:27 UTC 2017


    Date: Friday, January 20, 2017 @ 19:45:26
  Author: arojas
Revision: 208151

Update to 0.7.4

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-20 19:31:11 UTC (rev 208150)
+++ PKGBUILD	2017-01-20 19:45:26 UTC (rev 208151)
@@ -3,24 +3,16 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+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/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2"
-        pynac-0.7.3-fix-linking.patch::"https://github.com/pynac/pynac/commit/23f41c28.patch")
-md5sums=('c76c749bc4301d09b90073bcaa230a24'
-         '8082fcb68661cb43b99545c3872d645e')
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
+sha256sums=('78b4d93ddb93cd364b377e2d8a3b202d46d50fbb3bd903e170279e0b5517db40')
 
-prepare() {
-  cd pynac-$pkgver
-# Fix underlinking with giac enabled
-  patch -p1 -i ../pynac-0.7.3-fix-linking.patch
-}
-
 build() {
   cd pynac-$pkgver
 



More information about the arch-commits mailing list