Date: Thursday, February 28, 2019 @ 00:12:35
  Author: arojas
Revision: 436946

singular 4.1.2 rebuild

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-28 00:05:16 UTC (rev 436945)
+++ PKGBUILD    2019-02-28 00:12:35 UTC (rev 436946)
@@ -3,12 +3,12 @@
 
 pkgname=pynac
 pkgver=0.7.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(x86_64)
 url="http://pynac.org";
 license=(GPL)
-depends=(python2 singular) # giac disabled because of 
https://trac.sagemath.org/ticket/26427
+depends=(python2 singular libgiac) # 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')
 

Reply via email to