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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 19 17:35:14 UTC 2021


    Date: Monday, July 19, 2021 @ 17:35:13
  Author: arojas
Revision: 978872

Fix infinite loop

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 17:29:58 UTC (rev 978871)
+++ PKGBUILD	2021-07-19 17:35:13 UTC (rev 978872)
@@ -3,17 +3,20 @@
 
 pkgname=pynac
 pkgver=0.7.29
-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=(python singular) # giac disabled because of https://trac.sagemath.org/ticket/26427
-source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('44c7628f23f48299dac538cb99a9f5e615fa730e4d48b89291fa72fda109bb64')
+source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz
+        https://github.com/pynac/pynac/commit/c52366ca.patch)
+sha256sums=('44c7628f23f48299dac538cb99a9f5e615fa730e4d48b89291fa72fda109bb64'
+            '3b12ee82b3bb6478e6b59549aae6cc3ecb32d337d0fcb62cbb40965150f0c13a')
 
 prepare() {
   cd pynac-pynac-$pkgver
+  patch -p1 -i ../c52366ca.patch # Fix infinite loop
   ./bootstrap
 }
 




More information about the arch-commits mailing list