diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-01 20:17:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-01 20:17:58 +0000 |
commit | b927ef3e188a332fd740b127a312d7acfc7457a0 (patch) | |
tree | f392d8acc626b895fdb009c29d5dac56e335a5e3 /main/xfce4-xkb-plugin | |
parent | 380063c628c504f4ceb076a4467dda2f39ed2d5d (diff) | |
download | aports-b927ef3e188a332fd740b127a312d7acfc7457a0.tar.bz2 aports-b927ef3e188a332fd740b127a312d7acfc7457a0.tar.xz |
main/xfce4-xkb-plugin: rebuild for xfce 4.12
Diffstat (limited to 'main/xfce4-xkb-plugin')
-rw-r--r-- | main/xfce4-xkb-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xfce4-xkb-plugin/APKBUILD b/main/xfce4-xkb-plugin/APKBUILD index fe24c84e77..db9d15d5cd 100644 --- a/main/xfce4-xkb-plugin/APKBUILD +++ b/main/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" |