summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-01-31 12:59:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-01-31 12:59:09 (GMT)
commit9379abad2ae5fc9aa89172378537fed3d0bf399e (patch)
tree2b5c9917090538482841ed8688fdb1b05863e13e
parenta5cd768d05869b1ca8422bcfa094da2c13786a10 (diff)
downloadlinhes_pkgbuild-9379abad2ae5fc9aa89172378537fed3d0bf399e.zip
linhes_pkgbuild-9379abad2ae5fc9aa89172378537fed3d0bf399e.tar.gz
linhes_pkgbuild-9379abad2ae5fc9aa89172378537fed3d0bf399e.tar.bz2
libxslt: update to 1.1.33
-rw-r--r--abs/core/libxslt/PKGBUILD7
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() {