[arch-commits] Commit in xvkbd/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 10 21:50:40 UTC 2017


    Date: Sunday, December 10, 2017 @ 21:50:40
  Author: arojas
Revision: 273634

Update to 3.8

Modified:
  xvkbd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-10 21:48:38 UTC (rev 273633)
+++ PKGBUILD	2017-12-10 21:50:40 UTC (rev 273634)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppдlд <t-r-a-y at mbnet.fi>
 
 pkgname=xvkbd
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc="virtual (graphical) keyboard program for X Window System"
 arch=('x86_64')
@@ -13,10 +13,10 @@
 depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
 makedepends=('imake')
 source=(http://t-sato.in.coocan.jp/xvkbd/xvkbd-$pkgver.tar.gz)
-sha256sums=('10b6551387ef011abde847fb64df96578988e8158615801aefa4f90b5a6bca64')
+sha256sums=('2ca43d4f2eebd66aef7c89a17e019146f14ccfe85c731a818202a85fd6e2259b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   xmkmf
   sed -i 's|#include <X11/Xaw/|#include <X11/Xaw3d/|' xvkbd.c
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   # fix
   rm -f "$pkgdir"/usr/lib/X11/app-defaults



More information about the arch-commits mailing list