summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/bash/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bash/APKBUILD b/system/bash/APKBUILD
index c5a476b1a..5b6f7f6ed 100644
--- a/system/bash/APKBUILD
+++ b/system/bash/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.4.12
_patchlevel=${pkgver##*.}
_myver=${pkgver%.*}
_patchbase=${_myver/./}
-pkgrel=2
+pkgrel=3
pkgdesc="The GNU Bourne Again shell"
url="http://www.gnu.org/software/bash/bash.html"
arch="all"
@@ -16,7 +16,7 @@ makedepends_host="readline-dev ncurses-dev"
depends=""
options="!checkroot"
install="$pkgname.post-upgrade $pkgname.pre-deinstall"
-subpackages="$pkgname-doc $pkgname-binsh:binsh:noarch"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-binsh:binsh:noarch"
source="http://ftp.gnu.org/gnu/bash/bash-${_myver}.tar.gz
bash-noinfo.patch
bash44-sensible-defaults.patch