diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-08 17:23:24 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-08 17:23:24 -0300 |
commit | da4865e38266a85c230abd569a95aa7152c4f9e9 (patch) | |
tree | 610329610e1d43cd175b799f48942201b718329d /extra/xf86-input-synaptics/PKGBUILD | |
parent | 19ae256a3867f63f4a1db7ed50da6f0bed71ec8d (diff) | |
parent | 4d91fc9a2dc38054b8748f27193dc3a6950bda3c (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luaexpat/PKGBUILD
community/qps/PKGBUILD
extra/python-egenix-mx-base/PKGBUILD
libre/thunderbird-libre/rePKGBUILD
staging/kdesdk/PKGBUILD
Diffstat (limited to 'extra/xf86-input-synaptics/PKGBUILD')
-rw-r--r-- | extra/xf86-input-synaptics/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xf86-input-synaptics/PKGBUILD b/extra/xf86-input-synaptics/PKGBUILD index d4d4cffdd..d32626177 100644 --- a/extra/xf86-input-synaptics/PKGBUILD +++ b/extra/xf86-input-synaptics/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 115455 2011-03-18 08:10:17Z andyrtr $ +# $Id: PKGBUILD 126576 2011-06-06 10:40:59Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Thomas Bächler <thomas@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xf86-input-synaptics -pkgver=1.4.0 -pkgrel=2 +pkgver=1.4.0.901 +pkgrel=1 pkgdesc="Synaptics driver for notebook touchpads" arch=(i686 x86_64 'mips64el') license=('custom') @@ -22,7 +22,7 @@ options=(!libtool) 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=('96541b063482568e177f883a9fcfbe9a22c25569' +sha1sums=('2203f64a9d656088387c81c5914422c63827848f' '68e1f4ef5e1038231d210eb422fa4d18c5922f0f') build() { |