Date: Friday, March 10, 2023 @ 08:01:38
  Author: polyzen
Revision: 1417206

upgpkg: python-sphinxcontrib-jquery 4.0.0-2: Actually apply patch

Modified:
  python-sphinxcontrib-jquery/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-10 07:55:36 UTC (rev 1417205)
+++ PKGBUILD    2023-03-10 08:01:38 UTC (rev 1417206)
@@ -3,7 +3,7 @@
 _name=jquery
 pkgname=python-sphinxcontrib-jquery
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extension to include jQuery on newer Sphinx releases"
 arch=('any')
 url=https://github.com/sphinx-contrib/jquery
@@ -18,6 +18,11 @@
 
b2sums=('5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83'
         
'3e547eeefecb949e3678ce2966430e42c61426bf56951839609d12b76a86444f3369a1a2c531efe6189a1bdf3778e9bb73f3cc584f23fb3e32718f844d0b84ad')
 
+prepare() {
+  cd $_name-3.0.0
+  patch --forward --strip=1 --input=../jquery-optional_SRI_checks.patch
+}
+
 build() {
   cd $_name-3.0.0
   python -m build --wheel --skip-dependency-check --no-isolation

Reply via email to