diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-12-14 10:28:01 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-12-14 10:28:01 +0000 |
commit | 9f0698c3939f5dfcaac4829f07b8cac05b08adad (patch) | |
tree | 89fa1b14b4a967e95006c4c7f7528cb712b6bc74 /main | |
parent | f4377b771e78b3fa94a9e54f4f3cb93d9d5bff29 (diff) | |
download | aports-9f0698c3939f5dfcaac4829f07b8cac05b08adad.tar.bz2 aports-9f0698c3939f5dfcaac4829f07b8cac05b08adad.tar.xz |
main/libxslt: rebuild against new libxml2
Diffstat (limited to 'main')
-rw-r--r-- | main/libxslt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxslt/APKBUILD b/main/libxslt/APKBUILD index 9e682cb103..ef7052ab6c 100644 --- a/main/libxslt/APKBUILD +++ b/main/libxslt/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxslt pkgver=1.1.26 -pkgrel=4 +pkgrel=5 pkgdesc="XML stylesheet transformation library" url="http://xmlsoft.org/XSLT/" arch="x86 x86_64" |