Date: Wednesday, March 28, 2012 @ 07:27:18 Author: heftig Revision: 154437
3.4.0 Modified: mousetweaks/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-28 11:25:41 UTC (rev 154436) +++ PKGBUILD 2012-03-28 11:27:18 UTC (rev 154437) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=mousetweaks -pkgver=3.3.90 +pkgver=3.4.0 pkgrel=1 pkgdesc="Mouse accessibility enhancements for the GNOME desktop" arch=(i686 x86_64) @@ -15,12 +15,12 @@ url="http://www.gnome.org" install=mousetweaks.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('671be293d39ce778c366d0ecda3bd8fc6123cb5655d1b2a9b688cc6c1b389706') +sha256sums=('f44711d47fb6fb6286ca46c144bbdc791e39c5062f923b55e9e300844d317144') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-scrollkeeper + --localstatedir=/var make }
