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

Antonio Rojas arojas at archlinux.org
Sat Nov 5 19:14:16 UTC 2016


    Date: Saturday, November 5, 2016 @ 19:14:15
  Author: arojas
Revision: 194708

Update to 0.7.0

Modified:
  pynac/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-05 19:10:54 UTC (rev 194707)
+++ PKGBUILD	2016-11-05 19:14:15 UTC (rev 194708)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.6.91
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
 arch=(i686 x86_64)
@@ -10,8 +10,9 @@
 url="http://pynac.org"
 license=(GPL)
 depends=(python2 libgiac)
+makedepends=(flint)
 source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('45de4bdbca63eb6cf94cdef967f898c7')
+md5sums=('1df469bcf4240bfe451f3804adba8f1a')
 
 build() {
   cd pynac-pynac-$pkgver



More information about the arch-commits mailing list