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

Antonio Rojas arojas at gemini.archlinux.org
Wed Feb 23 20:55:27 UTC 2022


    Date: Wednesday, February 23, 2022 @ 20:55:27
  Author: arojas
Revision: 1136314

Update to 1.1.35

Modified:
  lib32-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-23 20:51:43 UTC (rev 1136313)
+++ PKGBUILD	2022-02-23 20:55:27 UTC (rev 1136314)
@@ -2,8 +2,8 @@
 
 _pkgbasename=libxslt
 pkgname=lib32-libxslt
-pkgver=1.1.34
-pkgrel=2
+pkgver=1.1.35
+pkgrel=1
 pkgdesc="XML stylesheet transformation library (32-bit)"
 arch=('x86_64')
 url="http://xmlsoft.org/XSLT/"
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
 makedepends=(git)
-_commit=3653123f992db24cec417d12600f4c67388025e3  # tags/v1.1.34^0
+_commit=50af4e65da712ceb59f98a7feeeab2ddc3324ab9  # tags/v1.1.35^0
 source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit")
 md5sums=('SKIP')
 
@@ -22,12 +22,6 @@
 prepare() {
   cd "${_pkgbasename}"
 
-  # Fix build with libxml libxml2-2.9.12
-  git cherry-pick -n 9ae2f94df1721e002941b40665efb762aefcea1a
-  git cherry-pick -n 824657768aea2cce9c23e72ba8085cb5e44350c7
-  git cherry-pick -n 77c26bad0433541f486b1e7ced44ca9979376908
-
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list