diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/geany-plugins/APKBUILD | 6 |
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" |