summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-10 12:13:47 -0300
committerGonzalo Exequiel Pedone2024-02-10 12:13:47 -0300
commit84a3555bff6b38b3afdbb212b06139ff50e9e711 (patch)
tree4abac26e068a6794f8db7d3d8befdaa73a35c0b7
parentaf919ef9cf45cb61eab8c57b3b5ae5ecb8e93c89 (diff)
downloadaur-android-x86-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 b0d807fc933a..32029e07ed83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = android-x86-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-x86-ncurses
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 19b691583528..7a228d423e98 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')