diff options
Diffstat (limited to 'main/bash/APKBUILD')
-rw-r--r-- | main/bash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bash/APKBUILD b/main/bash/APKBUILD index baece97ec..25b60ec09 100644 --- a/main/bash/APKBUILD +++ b/main/bash/APKBUILD @@ -7,7 +7,7 @@ _myver=${pkgver%.*} _patchbase=${_myver%.*}${_myver#*.} pkgrel=0 pkgdesc="The GNU Bourne Again shell" -arch="x86 x86_64" +arch="all" license='GPL' url="http://www.gnu.org/software/bash/bash.html" makedepends="readline-dev ncurses-dev bison flex" |