diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-12-25 08:42:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-12-25 08:42:26 +0000 |
commit | 9775d5a04e72fb10d5e47bfb9d43672312119f38 (patch) | |
tree | cb09241f3f99c612bbeb639ace1d846d8b519eb5 | |
parent | 56a9ee6987508f696abf4d41f1f436ea627248dd (diff) | |
download | aports-9775d5a04e72fb10d5e47bfb9d43672312119f38.tar.gz aports-9775d5a04e72fb10d5e47bfb9d43672312119f38.tar.bz2 aports-9775d5a04e72fb10d5e47bfb9d43672312119f38.tar.xz |
community/xfce4-xkb-plugin: upgrade to 0.8.2
-rw-r--r-- | community/xfce4-xkb-plugin/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xfce4-xkb-plugin/APKBUILD b/community/xfce4-xkb-plugin/APKBUILD index ac7ab3036e8..46adceefd20 100644 --- a/community/xfce4-xkb-plugin/APKBUILD +++ b/community/xfce4-xkb-plugin/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-xkb-plugin -pkgver=0.8.1 +pkgver=0.8.2 _maj=${pkgver%%.*} _min=${pkgver#${_maj}.} _min=${_min%%.*} _ver=${_maj}.${_min} -pkgrel=1 +pkgrel=0 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" arch="all !s390x !mips !mips64" # librsvg @@ -38,4 +38,4 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="4f0362f429489d111544126697880cdb0a768533803a104f73802fe2c5cfbef5efbf6edd658dbb0ef788ae2a3761f1877c191637a6a06d4a5159bc8f71ad524f xfce4-xkb-plugin-0.8.1.tar.bz2" +sha512sums="3078c11e1c10195480251c455995e4342c27b06949fc754396824f03bed885f32078f4c1436d86782de031cf4f4f806b530ca53116d4bedb54dda19b68ec7062 xfce4-xkb-plugin-0.8.2.tar.bz2" |