summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-11 18:31:30 -0300
committerGonzalo Exequiel Pedone2024-03-11 18:31:30 -0300
commit3ebd42d55337e4d64ac29e6612dc782d79c27511 (patch)
treebc449987681e2d872e61759b1aef9d05918db02f /PKGBUILD
parent0aa0746cde61dd500e7eabdb6580592ed1f10ffc (diff)
downloadaur-android-x86-libxslt.tar.gz
Added android-configure as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1fd98a8a68c..1ff20241a9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,15 @@ _android_arch=x86
pkgname=android-${_android_arch}-libxslt
pkgver=1.1.39
-pkgrel=1
+pkgrel=2
arch=('any')
-pkgdesc="XML stylesheet transformation library (android)"
+pkgdesc="XML stylesheet transformation library (Android, ${_android_arch})"
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
license=('custom:MIT')
depends=("android-${_android_arch}-libgcrypt"
"android-${_android_arch}-libxml2"
- "android-${_android_arch}-xz")
+ "android-${_android_arch}-xz"
+ 'android-configure')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://gitlab.gnome.org/GNOME/libxslt/-/archive/v${pkgver}/libxslt-v${pkgver}.tar.gz")
md5sums=('8058ddbcae9bc4a6ab75327e748561de')