[arch-commits] Commit in mousetweaks/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Mar 11 05:19:03 UTC 2012


    Date: Sunday, March 11, 2012 @ 00:19:03
  Author: heftig
Revision: 152978

3.3.90

Modified:
  mousetweaks/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-11 05:08:49 UTC (rev 152977)
+++ PKGBUILD	2012-03-11 05:19:03 UTC (rev 152978)
@@ -1,8 +1,9 @@
 # $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=mousetweaks
-pkgver=3.2.1
+pkgver=3.3.90
 pkgrel=1
 pkgdesc="Mouse accessibility enhancements for the GNOME desktop"
 arch=(i686 x86_64)
@@ -14,16 +15,16 @@
 url="http://www.gnome.org"
 install=mousetweaks.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6c1ec6780c8dcaa1e3a6a462f7870c4c91574067a4936727a40b011d46d47734')
+sha256sums=('671be293d39ce778c366d0ecda3bd8fc6123cb5655d1b2a9b688cc6c1b389706')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list