From ac54368821fa09b8b1510de2b8da502bd3b52879 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 30 May 2018 22:25:29 +0000 Subject: system/bash: add -dev package so bash doesn't need pkgconf --- system/bash/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/bash/APKBUILD') 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 -- cgit v1.2.3-60-g2f50