summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-11 18:31:08 -0300
committerGonzalo Exequiel Pedone2024-03-11 18:31:08 -0300
commitf0d5920c263a811a947dd2e3a3caccad37fc5a85 (patch)
tree48b11dd1e59792e052aeda562c8642ea6593609c /PKGBUILD
parent76acbc49fabf0bd25ccc447feefc0ecc86ac4111 (diff)
downloadaur-android-x86-64-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 f8d3bb930466..8b2ee6ec1926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,15 @@ _android_arch=x86-64
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')