diff options
Diffstat (limited to 'community/xvkbd/PKGBUILD')
-rw-r--r-- | community/xvkbd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xvkbd/PKGBUILD b/community/xvkbd/PKGBUILD index f468d6f48..97803208a 100644 --- a/community/xvkbd/PKGBUILD +++ b/community/xvkbd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 63496 2012-02-05 11:51:10Z ibiru $ +# $Id: PKGBUILD 67325 2012-03-08 16:34:46Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Benjamin Andresen <benny@klapmuetz.org> # Contributor: Mikko Seppдlд <t-r-a-y@mbnet.fi> pkgname=xvkbd -pkgver=3.2 -pkgrel=3 +pkgver=3.3 +pkgrel=1 pkgdesc="virtual (graphical) keyboard program for X Window System" arch=('i686' 'x86_64') url="http://homepage3.nifty.com/tsato/xvkbd/" @@ -13,7 +13,7 @@ license=('GPL') depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm') makedepends=('imake') source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz) -md5sums=('1bce8d6c27e6e7df92ec09b414f82dad') +md5sums=('8495402211a610293563a749bb45a0f0') build() { cd "$srcdir/$pkgname-$pkgver" |