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

Antonio Rojas arojas at archlinux.org
Fri Dec 18 22:28:02 UTC 2015


    Date: Friday, December 18, 2015 @ 23:28:02
  Author: arojas
Revision: 153700

Update to 0.5.3

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-18 22:07:34 UTC (rev 153699)
+++ PKGBUILD	2015-12-18 22:28:02 UTC (rev 153700)
@@ -3,15 +3,15 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.3.9.5
-pkgrel=2
+pkgver=0.5.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)
+depends=(python2 gmp)
 source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('0fc861458b94e6ba7ac04d6440370d92')
+md5sums=('9f35263bec94e8d304aec96fd441b7c8')
 
 build() {
   cd pynac-pynac-$pkgver



More information about the arch-commits mailing list