summarylogtreecommitdiffstats
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
parent0aa0746cde61dd500e7eabdb6580592ed1f10ffc (diff)
downloadaur-android-x86-libxslt.tar.gz
Added android-configure as dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd5f95a71d8..f77ccbbdf48a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = android-x86-libxslt
- pkgdesc = XML stylesheet transformation library (android)
+ pkgdesc = XML stylesheet transformation library (Android, x86)
pkgver = 1.1.39
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
arch = any
license = custom:MIT
depends = android-x86-libgcrypt
depends = android-x86-libxml2
depends = android-x86-xz
+ depends = android-configure
options = !strip
options = !buildflags
options = staticlibs
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')