summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-10 12:12:52 -0300
committerGonzalo Exequiel Pedone2024-02-10 12:12:52 -0300
commit36b28ff93e8f1f0499791dadc47560911a3d8f91 (patch)
tree4be77119d7b88cf4c37514067dc746b75a279549
parent69e1b7d13c05d71a7912bb127aff080b71a16c9c (diff)
downloadaur-android-armv7a-eabi-readline.tar.gz
Fixed makedepends.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95694b06e1ba..df7244754a43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = android-armv7a-eabi-readline
- pkgdesc = GNU readline library (mingw-w64)
+ pkgdesc = GNU readline library (android)
pkgver = 8.2.010
- pkgrel = 1
+ pkgrel = 2
url = https://tiswww.case.edu/php/chet/readline/rltop.html
arch = any
groups = android-readline
license = GPL-3.0-only
- makedepends = mingw-w64-configure
+ makedepends = android-configure
depends = android-ndk
depends = android-armv7a-eabi-ncurses
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 3765f65279b2..b9cfac1c6133 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')