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

Antonio Rojas arojas at archlinux.org
Sun May 12 14:28:11 UTC 2019


    Date: Sunday, May 12, 2019 @ 14:28:11
  Author: arojas
Revision: 466520

Update to 0.7.25

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-12 14:28:10 UTC (rev 466519)
+++ PKGBUILD	2019-05-12 14:28:11 UTC (rev 466520)
@@ -2,8 +2,8 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=pynac
-pkgver=0.7.24
-pkgrel=3
+pkgver=0.7.25
+pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
 arch=(x86_64)
 url="http://pynac.org"
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(python2 singular) # giac disabled because of https://trac.sagemath.org/ticket/26427
 source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
-sha256sums=('219ffdcf6ffaacbd86cc0574cc522b241851ca2a5cb53acd76bf4929aec243e1')
+sha256sums=('db12bc1ec2f3a34d8ca9c677c8da747112e9b6b819512c110a6209026e2efcd6')
 
 build() {
   cd pynac-$pkgver



More information about the arch-commits mailing list