summaryrefslogtreecommitdiff
path: root/gnome-unstable/mousetweaks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/mousetweaks/PKGBUILD')
-rw-r--r--gnome-unstable/mousetweaks/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/mousetweaks/PKGBUILD b/gnome-unstable/mousetweaks/PKGBUILD
index 0380f6171..be243fcd6 100644
--- a/gnome-unstable/mousetweaks/PKGBUILD
+++ b/gnome-unstable/mousetweaks/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
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 @@ options=('!libtool' '!emptydirs')
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
}