summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-19 15:09:57 +0200
committerAlad Wenter2016-04-19 15:09:57 +0200
commita256198f090b014f55ef8401d377eee3746a6a97 (patch)
tree600a30a1de07712995107aacd74fb69fdc4fb7a5
parent63f58221055f9404fd7adb5242dbe123d7761265 (diff)
downloadaur-a256198f090b014f55ef8401d377eee3746a6a97.tar.gz
Use included libreadline
Doesn't build with v6, but no need to replace the system libreadline
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0c3b1918d8..5eb0d53110c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 12:54:47 UTC 2016
+# Tue Apr 19 13:09:45 UTC 2016
pkgbase = bash-devel-git
pkgdesc = The GNU Bourne Again shell (development version)
pkgver = 4.0.alpha.r458.gb729dac
@@ -9,7 +9,6 @@ pkgbase = bash-devel-git
arch = i686
arch = x86_64
license = GPL
- depends = readline>=7
depends = glibc
depends = ncurses
depends = libncursesw.so
diff --git a/PKGBUILD b/PKGBUILD
index 5f8e6641f5be..f8c8dd6aea8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='http://www.gnu.org/software/bash/bash.html'
arch=('i686' 'x86_64')
license=('GPL')
backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=('readline>=7' 'glibc' 'ncurses' 'libncursesw.so')
+depends=('glibc' 'ncurses' 'libncursesw.so')
optdepends=('bash-completion: for tab completion')
provides=('sh' 'bash=4.4')
conflicts=('bash')
@@ -43,7 +43,7 @@ build() {
export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
./configure --prefix=/usr --with-curses --enable-readline \
- --without-bash-malloc --with-installed-readline
+ --without-bash-malloc
make
}