From 402748d58a99da05f5ba48cab41477d92e9a5fe7 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 13 Jun 2018 12:51:15 +0200 Subject: [PATCH] corrections --- PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3320e22..d155522 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,8 +9,6 @@ _basever=4.4 _patchlevel=023 pkgver=${_basever}.${_patchlevel} pkgrel=1 -pkgdesc='The GNU Bourne Again shell' -arch=('i686' 'x86_64') license=('GPL') url='http://www.gnu.org/software/bash/bash.html' groups=('base') @@ -112,6 +110,8 @@ check() { } package_bash() { + pkgdesc='The GNU Bourne Again shell' + arch=('i686' 'x86_64') backup=(etc/bash.bash_logout} etc/skel/.bash{_profile,_logout}) depends=('glibc' 'ncurses' @@ -130,6 +130,8 @@ package_bash() { } package_bashrc-manjaro(){ + pkgdesc='Manjaro's default bashrc' + arch=('any') backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout}) depends=('bash') provides=('bashrc')