summaryrefslogtreecommitdiffstats
path: root/desktop/bashrun
diff options
context:
space:
mode:
author Erik Hanson2012-08-24 03:10:08 +0200
committer Erik Hanson2012-08-24 22:51:23 +0200
commit26404943af15c098b021ab5af52ce030664bcf78 (patch)
tree6ecce49a24ef67655f87c5260d2fceeb60bf59e4 /desktop/bashrun
parent9f50adba292568d384f1cf091e2d15af40556cdb (diff)
downloadslackbuilds-26404943af15c098b021ab5af52ce030664bcf78.tar.gz
desktop/bashrun: Fixed dep information
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/bashrun')
-rw-r--r--desktop/bashrun/README3
-rw-r--r--desktop/bashrun/bashrun.info2
2 files changed, 2 insertions, 3 deletions
diff --git a/desktop/bashrun/README b/desktop/bashrun/README
index 7de8f90063..f29559aebe 100644
--- a/desktop/bashrun/README
+++ b/desktop/bashrun/README
@@ -6,5 +6,4 @@ certain commands in a new terminal window, looking up manual and
info pages, performing dict and google queries, defining bookmarks
for webpages or piping command output to the clipboard.
-NOTE: This uses xdotool if it is installed. Also, zenity or kdialog
-is used if installed (will fall back to xmessage otherwise).
+This can use xdotool, zenity, or kdialog if installed.
diff --git a/desktop/bashrun/bashrun.info b/desktop/bashrun/bashrun.info
index 8988ed22a6..03edf19da8 100644
--- a/desktop/bashrun/bashrun.info
+++ b/desktop/bashrun/bashrun.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://ovh.dl.sourceforge.net/project/bashrun/Bashrun/bashrun-0.16.1/b
MD5SUM="cfc3b503fed6c2553f9e385617a9d1d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="xdotool zenity"
+REQUIRES="xdotool"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"