summaryrefslogtreecommitdiff
path: root/community/virtkey/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
committerroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
commit9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch)
tree817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /community/virtkey/PKGBUILD
parentc84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff)
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'community/virtkey/PKGBUILD')
-rw-r--r--community/virtkey/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/virtkey/PKGBUILD b/community/virtkey/PKGBUILD
index bdbe2675e..7d350b553 100644
--- a/community/virtkey/PKGBUILD
+++ b/community/virtkey/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=virtkey
pkgname=('python2-virtkey' 'python-virtkey')
pkgver=0.61.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://launchpad.net/virtkey"
license=('LGPL')
@@ -42,5 +42,5 @@ package_python-virtkey() {
cd "$srcdir/$pkgbase-$pkgver"
- python setup.py install --root=$pkgdir/ --optimize=1
+ python3 setup.py install --root=$pkgdir/ --optimize=1
}