diff options
Diffstat (limited to 'abs/core/libxslt/PKGBUILD')
-rw-r--r-- | abs/core/libxslt/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/core/libxslt/PKGBUILD b/abs/core/libxslt/PKGBUILD index 3f8af1b..dd40c30 100644 --- a/abs/core/libxslt/PKGBUILD +++ b/abs/core/libxslt/PKGBUILD @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=libxslt -pkgver=1.1.32+3+g32c8821 +pkgver=1.1.33 pkgrel=1 pkgdesc="XML stylesheet transformation library" url="http://xmlsoft.org/XSLT/" @@ -12,8 +11,8 @@ license=(custom) depends=(libxml2 libgcrypt) makedepends=(python2 git) checkdepends=(docbook-xml python) -_commit=32c88216ddbaa0f3491f45bc84ee89285c6a1129 # master -source=("git+https://git.gnome.org/browse/libxslt#commit=$_commit") +_commit=f1eb717f04d9cc297cc5e58e94b81ac96f47e741 # tags/v1.1.33^0 +source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit") sha256sums=('SKIP') pkgver() { |