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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 17 13:48:51 UTC 2022


    Date: Sunday, July 17, 2022 @ 13:48:51
  Author: arojas
Revision: 451174

Backport qgis build fix

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 13:29:14 UTC (rev 451173)
+++ PKGBUILD	2022-07-17 13:48:51 UTC (rev 451174)
@@ -2,7 +2,7 @@
 
 pkgname=sip
 pkgver=6.6.2
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries'
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -9,13 +9,16 @@
 license=('custom:"sip"')
 depends=(python-toml python-packaging python-setuptools python-ply)
 source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz
-        sip-fix-exceptions.patch::https://riverbankcomputing.com/hg/sip/raw-rev/1430b279a3c9)
+        sip-fix-exceptions.patch::https://riverbankcomputing.com/hg/sip/raw-rev/1430b279a3c9
+        sip-fix-template-values.patch::https://riverbankcomputing.com/hg/sip/raw-rev/323d39a2d602)
 sha256sums=('0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d'
-            'bdd73d3188004b1e430dc21595b8dde3de99ac29b7d523328347b9d1b01f669a')
+            'bdd73d3188004b1e430dc21595b8dde3de99ac29b7d523328347b9d1b01f669a'
+            'f6629d6424bb6f4b9249cf75e0d1d82f6a07db835ac7ba822d4aa7048aad7709')
 options=(debug)
 
 prepare() {
   patch -d $pkgname-$pkgver -p1 < sip-fix-exceptions.patch
+  patch -d $pkgname-$pkgver -p1 < sip-fix-template-values.patch
 }
 
 build() {



More information about the arch-commits mailing list