[arch-commits] Commit in xf86-input-keyboard/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Feb 4 10:16:12 UTC 2012
Date: Saturday, February 4, 2012 @ 05:16:11
Author: andyrtr
Revision: 148597
upgpkg: xf86-input-keyboard 1.6.1-1
upstream update 1.6.1
Modified:
xf86-input-keyboard/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-04 10:13:30 UTC (rev 148596)
+++ PKGBUILD 2012-02-04 10:16:11 UTC (rev 148597)
@@ -2,8 +2,8 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=xf86-input-keyboard
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.6.1
+pkgrel=1
pkgdesc="X.Org keyboard input driver"
arch=(i686 x86_64)
license=('custom')
@@ -14,12 +14,16 @@
options=('!libtool')
groups=('xorg-drivers' 'xorg')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8e845086749f8c4b64fdfa852b4b26cf7bb62dc9')
+sha1sums=('ef30fecb9e846a5268ae339846401489a785e413')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
More information about the arch-commits
mailing list