summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263ca5bde71f..2942446d91f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = android-x86-libdatrie
pkgdesc = Double-array trie library (Android x86)
pkgver = 0.2.13
- pkgrel = 1
+ pkgrel = 2
url = https://linux.thai.net/projects/datrie
arch = any
license = LGPL-2.1-or-later
makedepends = android-configure
- makedepends = doxygen
depends = android-ndk
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index e69ccb499791..c6f855e0cedf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@ _android_arch=x86
pkgname=android-${_android_arch}-libdatrie
pkgver=0.2.13
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Double-array trie library (Android ${_android_arch})"
url='https://linux.thai.net/projects/datrie'
license=('LGPL-2.1-or-later')
depends=('android-ndk')
-makedepends=('android-configure'
- 'doxygen')
+makedepends=('android-configure')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-$pkgver.tar.xz")
sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be')