diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-06 09:32:34 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-06 09:38:22 +0000 |
commit | 6a65b98b27b5fd2d2f8cfff61792d5b698c30493 (patch) | |
tree | f608ce6bd8df07e2169494910546dfd335e12d65 /community/xfce4-xkb-plugin | |
parent | 1183dd5c7cf21a44235f9a05ccf9f78a46e20538 (diff) | |
download | aports-6a65b98b27b5fd2d2f8cfff61792d5b698c30493.tar.bz2 aports-6a65b98b27b5fd2d2f8cfff61792d5b698c30493.tar.xz |
community/xfce4*: rebuild against xfconf 4.13
Diffstat (limited to 'community/xfce4-xkb-plugin')
-rw-r--r-- | community/xfce4-xkb-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-xkb-plugin/APKBUILD b/community/xfce4-xkb-plugin/APKBUILD index 3182bcb22b..a48cf07c9c 100644 --- a/community/xfce4-xkb-plugin/APKBUILD +++ b/community/xfce4-xkb-plugin/APKBUILD @@ -5,7 +5,7 @@ _maj=${pkgver%%.*} _min=${pkgver#${_maj}.} _min=${_min%%.*} _ver=${_maj}.${_min} -pkgrel=0 +pkgrel=1 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" arch="all" |