diff options
-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" |