[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jun 25 14:03:51 UTC 2011


    Date: Saturday, June 25, 2011 @ 10:03:51
  Author: heftig
Revision: 128917

upgpkg: xf86-input-wacom 0.11.1-1
Update to 0.11.1

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-25 14:03:14 UTC (rev 128916)
+++ PKGBUILD	2011-06-25 14:03:51 UTC (rev 128917)
@@ -4,7 +4,7 @@
 # Contributor: M Rawash <mrawash at gmail.com>
 
 pkgname=xf86-input-wacom
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=('i686' 'x86_64')
@@ -17,13 +17,17 @@
 options=(!libtool)
 source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         70-wacom.rules)
-md5sums=('e0f6182cf7fba19c13f3db7e0da1baf3'
+md5sums=('0aec4a338cc583ed497b6af68d6d80ab'
          '4d3665bb2ef8a8190734640dffa4c6f7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/lib/udev/rules.d"




More information about the arch-commits mailing list