diff options
Diffstat (limited to 'main/libxslt')
-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 ef7052ab6c..569efa653e 100644 --- a/main/libxslt/APKBUILD +++ b/main/libxslt/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.1.26 pkgrel=5 pkgdesc="XML stylesheet transformation library" url="http://xmlsoft.org/XSLT/" -arch="x86 x86_64" +arch="all" license="custom" depends= makedepends="libxml2-dev libgcrypt-dev libgpg-error-dev python-dev" |