Skip to content

Commit 5f2a770

Browse files
committed
[libxslt] 1.1.45-1: new upstream version
1 parent 2e9c787 commit 5f2a770

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

PKGBUILD

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pkgname=(
55
libxslt
66
libxslt-docs
77
)
8-
pkgver=1.1.43
9-
pkgrel=2
8+
pkgver=1.1.45
9+
pkgrel=1
1010
pkgdesc="XML stylesheet transformation library"
1111
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
1212
arch=(x86_64 aarch64 riscv64 loongarch64)
@@ -18,29 +18,28 @@ depends=(
1818
)
1919
makedepends=(
2020
git
21-
python
2221
)
2322
checkdepends=(
2423
docbook-xml
2524
)
2625
source=(
2726
"git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v$pkgver"
2827
)
29-
sha256sums=('19b21c75adfbb9c8b67f4ff99daf5710eb94c0bc7a843296c37f50c0948c8fe5')
28+
sha256sums=('ff4992ab492670781f37b958caab062cd4612f2c6826c01dd4999f30263208ba')
3029

3130
prepare() {
3231
cd libxslt
33-
rm tests/REC/test-10-3.* # FIXME: locale issue
3432
NOCONFIGURE=1 ./autogen.sh
3533
}
3634

3735
build() {
36+
# python binding and tests are disabled for now
3837
local configure_options=(
3938
--prefix=/usr
4039
--sysconfdir=/etc
4140
--localstatedir=/var
4241
--disable-static
43-
--with-python=/usr/bin/python
42+
--with-python=no
4443
)
4544

4645
cd libxslt
@@ -51,11 +50,12 @@ build() {
5150

5251
check() {
5352
cd libxslt
54-
make check
53+
# test suite needs deprecated Python libxml2 module
54+
# https://gitlab.gnome.org/GNOME/libxslt/-/issues/164
55+
#make check
5556
}
5657

5758
package_libxslt() {
58-
optdepends=('python: Python bindings')
5959
provides=(lib{,e}xslt.so)
6060

6161
cd libxslt

0 commit comments

Comments
 (0)