diff options
Diffstat (limited to 'community/virtkey/PKGBUILD')
-rw-r--r-- | community/virtkey/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/virtkey/PKGBUILD b/community/virtkey/PKGBUILD index a8f039682..4db74b450 100644 --- a/community/virtkey/PKGBUILD +++ b/community/virtkey/PKGBUILD @@ -4,14 +4,14 @@ pkgbase=virtkey pkgname=('python2-virtkey' 'python-virtkey') -pkgver=0.61.0 -pkgrel=2 +pkgver=0.62.0 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/virtkey" license=('LGPL') makedepends=('python2' 'python' 'libxtst' 'gtk2') source=(http://launchpad.net/$pkgbase/${pkgver%.*}/$pkgver/+download/$pkgbase-$pkgver.tar.gz) -md5sums=('536d30acb2c8ddadc6b4a26fc01e8390') +md5sums=('2c6f2e5941501f74d754554c545a2186') build() { cd "$srcdir" |