diff options
author | Jose V Beneyto <sepen@crux.nu> | 2012-07-11 08:43:25 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2012-07-11 08:43:54 +0200 |
commit | e7411cb542faade2fa10daf918bbb2371ee65976 (patch) | |
tree | 02c662358fc3be98e287e42462a9686b36618168 /geany-plugins | |
parent | 28dfe1015f1960a969b85b5498580bae913ba7f9 (diff) | |
download | contrib-e7411cb542faade2fa10daf918bbb2371ee65976.tar.gz contrib-e7411cb542faade2fa10daf918bbb2371ee65976.tar.xz |
geany-plugins: updated to 1.22
Diffstat (limited to 'geany-plugins')
-rw-r--r-- | geany-plugins/.footprint | 7 | ||||
-rw-r--r-- | geany-plugins/.md5sum | 2 | ||||
-rw-r--r-- | geany-plugins/Pkgfile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/geany-plugins/.footprint b/geany-plugins/.footprint index 23a850c33..534540b09 100644 --- a/geany-plugins/.footprint +++ b/geany-plugins/.footprint @@ -24,6 +24,8 @@ drwxr-xr-x root/root usr/lib/geany/ -rwxr-xr-x root/root usr/lib/geany/geanylipsum.so -rwxr-xr-x root/root usr/lib/geany/geanymacro.la -rwxr-xr-x root/root usr/lib/geany/geanymacro.so +-rwxr-xr-x root/root usr/lib/geany/geanyminiscript.la +-rwxr-xr-x root/root usr/lib/geany/geanyminiscript.so -rwxr-xr-x root/root usr/lib/geany/geanynumberedbookmarks.la -rwxr-xr-x root/root usr/lib/geany/geanynumberedbookmarks.so -rwxr-xr-x root/root usr/lib/geany/geanyprj.la @@ -34,8 +36,8 @@ drwxr-xr-x root/root usr/lib/geany/ -rwxr-xr-x root/root usr/lib/geany/geanyvc.so -rwxr-xr-x root/root usr/lib/geany/gproject.la -rwxr-xr-x root/root usr/lib/geany/gproject.so --rwxr-xr-x root/root usr/lib/geany/pretty-print.la --rwxr-xr-x root/root usr/lib/geany/pretty-print.so +-rwxr-xr-x root/root usr/lib/geany/pretty-printer.la +-rwxr-xr-x root/root usr/lib/geany/pretty-printer.so -rwxr-xr-x root/root usr/lib/geany/shiftcolumn.la -rwxr-xr-x root/root usr/lib/geany/shiftcolumn.so -rwxr-xr-x root/root usr/lib/geany/spellcheck.la @@ -58,7 +60,6 @@ drwxr-xr-x root/root usr/share/geany-plugins/debugger/ -rw-r--r-- root/root usr/share/geany-plugins/debugger/step_over.gif -rw-r--r-- root/root usr/share/geany-plugins/debugger/stop.gif -rw-r--r-- root/root usr/share/geany-plugins/debugger/tabs.gif -drwxr-xr-x root/root usr/share/geany-plugins/devhelp/ drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ diff --git a/geany-plugins/.md5sum b/geany-plugins/.md5sum index d4067081b..51f828642 100644 --- a/geany-plugins/.md5sum +++ b/geany-plugins/.md5sum @@ -1 +1 @@ -358848a8e1e7cd733404fb5662107c07 geany-plugins-0.21.1.tar.bz2 +ce7f57cec82af49b23151ebccda9424d geany-plugins-1.22.tar.bz2 diff --git a/geany-plugins/Pkgfile b/geany-plugins/Pkgfile index 4803b6269..56982c2a6 100644 --- a/geany-plugins/Pkgfile +++ b/geany-plugins/Pkgfile @@ -5,8 +5,8 @@ # Depends on: geany vte enchant name=geany-plugins -version=0.21.1 -release=2 +version=1.22 +release=1 source=(http://plugins.geany.org/$name/$name-$version.tar.bz2) build () { |