diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 22:26:32 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 02:10:48 -0300 |
commit | 28d2b9606c1f436c04723e25a6570cb28cdc51f6 (patch) | |
tree | a611f9f719161147dabd3b2b5ecc0c08a484b794 /community/geany-plugins | |
parent | f3ae21d92e39dd4727e4da8fa6dd49836b6cb0f0 (diff) | |
download | aports-28d2b9606c1f436c04723e25a6570cb28cdc51f6.tar.bz2 aports-28d2b9606c1f436c04723e25a6570cb28cdc51f6.tar.xz |
community/geany-plugins: upgrade to 1.36
Diffstat (limited to 'community/geany-plugins')
-rw-r--r-- | community/geany-plugins/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/geany-plugins/APKBUILD b/community/geany-plugins/APKBUILD index 42dcdcb1e5..8415d5133e 100644 --- a/community/geany-plugins/APKBUILD +++ b/community/geany-plugins/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geany-plugins -pkgver=1.35 -pkgrel=1 +pkgver=1.36 +pkgrel=0 pkgdesc="Plugins for Geany" url="https://plugins.geany.org/" arch="all" @@ -44,7 +44,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-updatechecker $pkgname-vimode $pkgname-xmlsnippets - $pkgname-workbench $pkgname-keyrecord $pkgname-utils @@ -138,7 +137,6 @@ 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="d760149532379fe7b5788a59719e5e6b3a1decd8ed29d23482360f30742a8edab3d6c545ef1b84256e4518119638e8cf822c821baca2f57a49c5a8dd64074aae geany-plugins-1.35.tar.bz2" +sha512sums="4e361ea0b3c4b063df011cc9fa87f11de5dd083a0cdb48747ef31fabadb772c603b029cd955540247c67cf81690f5f57742142d2e95580ea3002116157ceb6af geany-plugins-1.36.tar.bz2" |