summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-10 12:13:16 -0300
committerGonzalo Exequiel Pedone2024-02-10 12:13:16 -0300
commit53d9f0f8c02673b8e4435d80f64853c55039e81e (patch)
tree34826f96f976b0b8e37cbf7626c2de430001eb9d /PKGBUILD
parent37baae64a971adc1fe84772995b960fd9caa7158 (diff)
downloadaur-android-x86-64-readline.tar.gz
Fixed makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 295eff81329a..de8a95f7a576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,15 +11,15 @@ _patchlevel=010
pkgname=android-${_android_arch}-readline
pkgver=${_basever}.${_patchlevel}
-pkgrel=1
-pkgdesc="GNU readline library (mingw-w64)"
+pkgrel=2
+pkgdesc="GNU readline library (android)"
arch=('any')
url="https://tiswww.case.edu/php/chet/readline/rltop.html"
license=('GPL-3.0-only')
depends=('android-ndk'
"android-${_android_arch}-ncurses")
groups=(android-readline)
-makedepends=('mingw-w64-configure')
+makedepends=('android-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://ftp.gnu.org/gnu/readline/readline-${_basever}.tar.gz"{,.sig}
'0001-Disable-lib-symlinks.patch')