depends=('pacman' 'gksu' 'xterm' 'zenity' 'libnotify' 'bash')
optdepends=('espeak: Text-to-Speech update notification')
source=('zenman.bash')
-md5sums=('7e56bc7df2a053faf37945b8dbe851df')
+md5sums=('dbb543535a65fe8223b19974ce927e69')
build() {
mkdir -p ${pkgdir}/usr/bin
#unlocker
zenman_force_unlock() {
if [ -e "$pacman_lock" ]; then #check if db locked...
- ps -eo comm | grep -i '^\(pacman\|yaourt\|powerpill\|gtkpacman\|pacupdate\|kpacupdate\|guzuta\|YAPG\|Shaman\)' >/dev/null; #check if pacman is running...
+ ps -eo comm | grep -Ei '^(pacman|yaourt|powerpill|bauerbill|gtkpacman|pacupdate|kpacupdate|guzuta|YAPG|Shaman)' >/dev/null; #check if pacman is running...
if [ $? != 0 ]; then
"$gksu" "rm -rf '$pacman_lock'";
if [ $? != 0 ]; then