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