Date: Friday, March 25, 2011 @ 13:39:48
  Author: ibiru
Revision: 116749

upgpkg: gnome-settings-daemon 2.91.93-1
update to 2.91.93

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-03-25 17:36:36 UTC (rev 116748)
+++ PKGBUILD    2011-03-25 17:39:48 UTC (rev 116749)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <j...@archlinux.org>
 
 pkgname=gnome-settings-daemon
-pkgver=2.91.92
+pkgver=2.91.93
 pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 replaces=(gnome-settings-daemon-pulse)
 conflicts=(gnome-settings-daemon-pulse)
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('9151642ee0805f98a521bbd5b8299e79b4194f5f8fad28da81b53349a0da4163')
+sha256sums=('22c7a4535298d3a87140a2c27bfdeb7f67a2b912eb555ce90c786ec47ef9d91d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/bin --disable-static --enable-pulse 
+      --libexecdir=/usr/bin --disable-static --enable-pulse
   make
 }
 

Reply via email to