aboutsummaryrefslogtreecommitdiffstats
path: root/community/geany-plugins
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-12-25 11:23:02 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-12-25 11:23:02 +0000
commit95494b2a6ae0d6a436ae3dc7d869580aca8dcf5e (patch)
tree1dbdd6bdf28ca365ee14fad08573458263235066 /community/geany-plugins
parentd0fce0b930ef5832596cff13006fbec0fa43941d (diff)
downloadaports-95494b2a6ae0d6a436ae3dc7d869580aca8dcf5e.tar.bz2
aports-95494b2a6ae0d6a436ae3dc7d869580aca8dcf5e.tar.xz
community/geany-plugins: upgrade to 1.34
Add "Vimode" plugin introduced in this version
Diffstat (limited to 'community/geany-plugins')
-rw-r--r--community/geany-plugins/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/geany-plugins/APKBUILD b/community/geany-plugins/APKBUILD
index fd931f32dd..c7dfff3004 100644
--- a/community/geany-plugins/APKBUILD
+++ b/community/geany-plugins/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=geany-plugins
-pkgver=1.33
+pkgver=1.34
pkgrel=0
pkgdesc="Plugins for Geany"
url="https://plugins.geany.org/"
@@ -47,6 +47,7 @@ subpackages="$pkgname-dev $pkgname-doc
$pkgname-tableconvert
$pkgname-treebrowser
$pkgname-updatechecker
+ $pkgname-vimode
$pkgname-xmlsnippets
$pkgname-workbench
$pkgname-keyrecord
@@ -147,8 +148,9 @@ spellcheck() { _plugin spellcheck "Spellcheck text in Geany"; }
tableconvert() { _plugin tableconvert "Helps on converting a tabulator separated selection into a table"; }
treebrowser() { _plugin treebrowser "Alternate file browser plugin"; }
updatechecker() { _plugin updatechecker "A plugin to check whether there is a more recent version of Geany available"; }
+vimode() { _plugin vimode "A Vim mode for Geany"; }
xmlsnippets() { _plugin xmlsnippets "Extends XML/HTML tag autocompletion provided by Geany"; }
workbench() { _plugin workbench "Support for multiple projects"; }
keyrecord() { _plugin keyrecord "Record a sequence of keystrokes and replay it"; }
-sha512sums="62a3aec1f90e51ef48f6967e4889a8856e1b1a2c563af33b107010fc64188d6121f6ad256b263435d563f9615d8c6200729db7e765973184d4f2be3ac2e74284 geany-plugins-1.33.tar.bz2"
+sha512sums="073f0eab031b78f52ecb037e9e5f9d769822cce3548393e43fdb719ef353d7881bb34398a3a806f6aef33a0cce07ea172cbc0598a92a81faa8edbee36dfaaf9b geany-plugins-1.34.tar.bz2"