diff options
Diffstat (limited to 'main/libxslt/APKBUILD')
-rw-r--r-- | main/libxslt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxslt/APKBUILD b/main/libxslt/APKBUILD index 8f6ce29380..93f8bea08b 100644 --- a/main/libxslt/APKBUILD +++ b/main/libxslt/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxslt pkgver=1.1.24 -pkgrel=0 +pkgrel=1 pkgdesc="XML stylesheet transformation library" url="http://xmlsoft.org/XSLT/" license="custom" -depends="libxml2 libgcrypt libgpg-error" +depends= makedepends="libxml2-dev libgcrypt-dev libgpg-error-dev python" subpackages="$pkgname-dev $pkgname-doc" source="ftp://xmlsoft.org/$pkgname/$pkgname-$pkgver.tar.gz" |