summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 854d5deb470e..02a02ee008da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,6 @@ pkgbase = bash-devel-static-git
arch = any
license = GPL
makedepends = git
- depends = glibc
- depends = ncurses
- depends = libncursesw.a
optdepends = bash-completion: for tab completion
provides = sh
provides = bash=4.4-$pkgver
diff --git a/PKGBUILD b/PKGBUILD
index f3a6a54d7570..648457bcc44c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ url='http://www.gnu.org/software/bash/bash.html'
arch=('i686' 'x86_64' 'any')
license=('GPL')
backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=('glibc' 'ncurses' 'libncursesw.a')
makedepends=('git')
optdepends=('bash-completion: for tab completion')
provides=('sh' 'bash=4.4-$pkgver')