diff options
Diffstat (limited to 'testing/geany-plugins')
-rw-r--r-- | testing/geany-plugins/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/geany-plugins/APKBUILD b/testing/geany-plugins/APKBUILD index af588d70aa..7ef1f484ff 100644 --- a/testing/geany-plugins/APKBUILD +++ b/testing/geany-plugins/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geany-plugins -pkgver=0.20 +pkgver=0.21 pkgrel=0 pkgdesc="Plugins for Geany" url="http://plugins.geany.org/" @@ -28,6 +28,7 @@ subpackages="$pkgname-doc $pkgname-shiftcolumn $pkgname-spellcheck $pkgname-treebrowser + $pkgname-lang " source="http://plugins.geany.org/geany-plugins/geany-plugins-$pkgver.tar.bz2" @@ -93,4 +94,4 @@ spellcheck() { _plugin spellcheck "Spellcheck text in Geany"; } treebrowser() { _plugin treebrowser "Alternate file browser plugin "; } -md5sums="94bc4901217641a07f840d92179643b0 geany-plugins-0.20.tar.bz2" +md5sums="22e106d7a026e720dd91feb79e44456f geany-plugins-0.21.tar.bz2" |