summaryrefslogtreecommitdiff
path: root/community/virtkey
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-28 02:03:12 -0800
committerroot <root@rshg054.dnsready.net>2012-12-28 02:03:12 -0800
commitf898ca0bac349e5ffa815b91afbcc852956d8913 (patch)
treea7809ed1b6c049f8cfdd25b35d0366113621fa9f /community/virtkey
parentbea8c358e2a890b16f8f158995cd342952fd4a60 (diff)
Fri Dec 28 01:59:05 PST 2012
Diffstat (limited to 'community/virtkey')
-rw-r--r--community/virtkey/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/virtkey/PKGBUILD b/community/virtkey/PKGBUILD
index 6a72fe31c..c1a40fb6c 100644
--- a/community/virtkey/PKGBUILD
+++ b/community/virtkey/PKGBUILD
@@ -4,14 +4,14 @@
pkgbase=virtkey
pkgname=('python2-virtkey' 'python-virtkey')
-pkgver=0.62.0
+pkgver=0.63.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://launchpad.net/virtkey"
license=('LGPL')
-makedepends=('python2' 'python' 'libxtst' 'gtk2')
+makedepends=('python2' 'python' 'libxtst' 'libxkbfile' 'gtk2')
source=(http://launchpad.net/$pkgbase/${pkgver%.*}/$pkgver/+download/$pkgbase-$pkgver.tar.gz)
-md5sums=('2c6f2e5941501f74d754554c545a2186')
+md5sums=('c1569fbb143692aafba00758041fad98')
build() {
cd "$srcdir"
@@ -29,7 +29,7 @@ build() {
package_python2-virtkey() {
pkgdesc="Python 2 extension for emulating keypresses and getting layout information from the X server"
- depends=('python2' 'libxtst' 'gtk2')
+ depends=('python2' 'libxtst' 'libxkbfile' 'gtk2')
cd "$srcdir/python2-$pkgbase-$pkgver"
@@ -38,7 +38,7 @@ package_python2-virtkey() {
package_python-virtkey() {
pkgdesc="Python extension for emulating keypresses and getting layout information from the X server"
- depends=('python' 'libxtst' 'gtk2')
+ depends=('python' 'libxtst' 'libxkbfile' 'gtk2')
cd "$srcdir/$pkgbase-$pkgver"