diff options
Diffstat (limited to 'extra/libxslt/PKGBUILD')
-rw-r--r-- | extra/libxslt/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/libxslt/PKGBUILD b/extra/libxslt/PKGBUILD index b441e2306..1dc4aff57 100644 --- a/extra/libxslt/PKGBUILD +++ b/extra/libxslt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 184790 2013-05-08 14:12:44Z bpiotrowski $ +# $Id: PKGBUILD 198296 2013-10-30 14:00:12Z allan $ # Maintainer: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=libxslt pkgver=1.1.28 -pkgrel=1 +pkgrel=2 pkgdesc="XML stylesheet transformation library" arch=('i686' 'x86_64' 'mips64el') url="http://xmlsoft.org/XSLT/" @@ -12,7 +12,6 @@ license=('custom') depends=('libxml2' 'libgcrypt') makedepends=('python2') checkdepends=('docbook-xml') -options=('!libtool') source=(ftp://xmlsoft.org/libxslt/${pkgname}-${pkgver}.tar.gz) md5sums=('9667bf6f9310b957254fdcf6596600b7') |