development/geany-plugins: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 17:07:30 -05:00
parent 562f284294
commit 5ab00553e1
2 changed files with 1 additions and 3 deletions

View file

@ -2,8 +2,6 @@ Geany Plugins is a package of additional plugins from the Geany site
that will enhance and extend Geany's capabilities. Most of these
plugins were developed by various developers on SourceForge.net.
This requires geany.
Optional dependencies:
Plugin DevHelp: devhelp, webkitgtk
Plugin WebHelper: webkitgtk

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.22.tar.bz2"
MD5SUM="ce7f57cec82af49b23151ebccda9424d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="devhelp geany webkitgtk"
REQUIRES="geany"
MAINTAINER="James Geboski"
EMAIL="jgeboski@gmail.com"