[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Sep 5 05:54:01 UTC 2011
Date: Monday, September 5, 2011 @ 01:54:00
Author: andyrtr
Revision: 137000
upgpkg: xf86-input-synaptics 1.5.0-1
upstream release 1.5.0
Modified:
xf86-input-synaptics/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-05 05:47:36 UTC (rev 136999)
+++ PKGBUILD 2011-09-05 05:54:00 UTC (rev 137000)
@@ -5,10 +5,10 @@
# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=xf86-input-synaptics
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="Synaptics driver for notebook touchpads"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('custom')
url="http://xorg.freedesktop.org/"
depends=('libxtst')
@@ -22,7 +22,7 @@
backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
10-synaptics.conf)
-sha1sums=('e41201476f4bc8658291808d2d6ef2e0535179ae'
+sha1sums=('7373c1e3f02bf7e18f71b65762a982d907b4a053'
'68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
build() {
@@ -30,6 +30,7 @@
./configure --prefix=/usr
make
}
+
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
More information about the arch-commits
mailing list