diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:07:30 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:47:42 -0500 |
commit | 5ab00553e1bd5663a1cfa4e6bfdfd759a314d0a2 (patch) | |
tree | 2d9430369eafcc6aa42f91e1e6ddd78189acd124 | |
parent | 562f28429429f5a77df4172718458c1a2e99eae9 (diff) | |
download | slackbuilds-5ab00553e1bd5663a1cfa4e6bfdfd759a314d0a2.tar.gz |
development/geany-plugins: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r-- | development/geany-plugins/README | 2 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/development/geany-plugins/README b/development/geany-plugins/README index 593964c2e7..ee15a86fde 100644 --- a/development/geany-plugins/README +++ b/development/geany-plugins/README @@ -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 diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index d09e7285c9..37521e44f8 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -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" |