summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgbr2017-06-11 21:11:38 -0700
committergbr2017-06-11 21:11:38 -0700
commita34393ab453bfd8b291cd729de18bec96ffe7409 (patch)
tree124ef150b3c944e2e1e2c49cc7ca65c6cc9d2f16
parentdd02c5c6c7d28d5ef95db1edf2fd0e584732bede (diff)
downloadaur-a34393ab453bfd8b291cd729de18bec96ffe7409.tar.gz
0.7.1.r77.g2d155da
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d2568f11800..4f1b23a04ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-xkb-plugin-git
pkgdesc = Plugin to switch keyboard layouts for the Xfce4 panel
- pkgver = 0.7.0.r95.gcace06d
- pkgrel = 2
+ pkgver = 0.7.1.r77.g2d155da
+ pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = xfce4-xkb-plugin-git
depends = xfce4-panel
depends = libxklavier
depends = librsvg
+ depends = libwnck3
conflicts = xfce4-xkb-plugin
source = xfce4-xkb-plugin-git::git://git.xfce.org/panel-plugins/xfce4-xkb-plugin
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 116562cd97e9..0f3da6aefc2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: gbr <gbr@protonmail.com>
_pkgname='xfce4-xkb-plugin'
pkgname='xfce4-xkb-plugin-git'
-pkgver='0.7.0.r95.gcace06d'
-pkgrel=2
+pkgver='0.7.1.r77.g2d155da'
+pkgrel=1
pkgdesc='Plugin to switch keyboard layouts for the Xfce4 panel'
arch=('i686' 'x86_64')
url='http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin'
license=('custom')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
+depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3')
makedepends=('xfce4-dev-tools')
conflicts=('xfce4-xkb-plugin')
source=("$pkgname::git://git.xfce.org/panel-plugins/xfce4-xkb-plugin")