Skip to content
Snippets Groups Projects
Commit 915cb0ec authored by alice's avatar alice
Browse files

main/libxslt: upgrade to 1.1.38

parent 1bdf0c79
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libxslt
pkgver=1.1.37
pkgrel=4
pkgver=1.1.38
pkgrel=0
pkgdesc="XML stylesheet transformation library"
url="http://xmlsoft.org/XSLT/"
arch="all"
license="X11"
makedepends="
autoconf
automake
libgcrypt-dev
libgpg-error-dev
libtool
libxml2-dev
"
subpackages="
$pkgname-static
$pkgname-dev
$pkgname-doc
$pkgname-dev
"
source="https://download.gnome.org/sources/libxslt/${pkgver%.*}/libxslt-$pkgver.tar.xz"
......@@ -39,10 +36,8 @@ source="https://download.gnome.org/sources/libxslt/${pkgver%.*}/libxslt-$pkgver.
prepare() {
default_prepare
chmod 644 python/tests/*
# can't detect py3.10 otherwise
autoreconf -fvi
# fails for some reason
rm -fv tests/REC/test-10-3.xsl
}
build() {
......@@ -65,5 +60,5 @@ package() {
}
sha512sums="
a4e477d2bb918b7d01945e2c7491c3a4aae799dc1602bbd13de55c8a5052e210a20bc45115347eae44473c8b1d03dbc5e4a2aa18c2218f1fdfd376d87cd501ca libxslt-1.1.37.tar.xz
2836bd2990b95680db0960ac4c465d0c6c28a293ad095a224c05021a1c8d2576a45e41da8947a31f4ef3e6ef368cbda65243661e311c9886c19694be5a7c9a8e libxslt-1.1.38.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment