summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-04-18 16:19:46 -0300
committerGonzalo Exequiel Pedone2024-04-18 16:19:46 -0300
commit21328cdb811b81c4e2fe87ac5f5f1d16815a30a7 (patch)
treead570d2a532866fef5052021cc99c5bb9f3da9b6
parent37c020e803e910c1598a3793a226ae191eb64446 (diff)
downloadaur-21328cdb811b81c4e2fe87ac5f5f1d16815a30a7.tar.gz
Removed doxygen in makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2354b3709f5..2add6ae47380 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = android-x86-64-libdatrie
pkgdesc = Double-array trie library (Android x86-64)
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 d39157c5ed53..0741620fb7b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@ _android_arch=x86-64
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')