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

Antonio Rojas arojas at archlinux.org
Wed Jun 9 13:54:30 UTC 2021


    Date: Wednesday, June 9, 2021 @ 13:54:30
  Author: arojas
Revision: 960132

singular 4.2.1 rebuild

Modified:
  pynac/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 13:52:47 UTC (rev 960131)
+++ PKGBUILD	2021-06-09 13:54:30 UTC (rev 960132)
@@ -3,18 +3,22 @@
 
 pkgname=pynac
 pkgver=0.7.27
-pkgrel=1
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
+pkgrel=2
+pkgdesc='Python version of GiNaC, a C++ library for symbolic mathematical calculations'
 arch=(x86_64)
-url="http://pynac.org"
+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=('125414a00237eb80d26628875b4e9bdcbfa3ba76e178b2e6e97532515cbcc4e0')
+source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz
+        https://github.com/pynac/pynac/commit/850ee9ea.patch)
+sha256sums=('125414a00237eb80d26628875b4e9bdcbfa3ba76e178b2e6e97532515cbcc4e0'
+            'ecd4bc18fecde2d073be0307b2936586eacd600cb54cc63793ea0aed1cd31a7f')
 
 prepare() {
   cd pynac-pynac-$pkgver
   ./bootstrap
+
+  patch -p1 < ../850ee9ea.patch # Fix build with GCC 11
 }
 
 build() {



More information about the arch-commits mailing list