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

Antonio Rojas arojas at archlinux.org
Thu Feb 28 00:22:09 UTC 2019


    Date: Thursday, February 28, 2019 @ 00:22:07
  Author: arojas
Revision: 436951

Disable giac again

Modified:
  pynac/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list