Date: Monday, March 19, 2012 @ 11:23:33 Author: ibiru Revision: 153754
update to 3.3.92 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-19 15:14:49 UTC (rev 153753) +++ PKGBUILD 2012-03-19 15:23:33 UTC (rev 153754) @@ -4,8 +4,8 @@ # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=3.3.90 -pkgrel=2 +pkgver=3.3.92 +pkgrel=1 pkgdesc="Shared GSettings schemas for the desktop" arch=('any') url="http://live.gnome.org/" @@ -14,10 +14,10 @@ makedepends=('intltool' 'gobject-introspection') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('41bce97a0951e76858ac0d5150ac86a60c00505c83d9d75c7fb6ac6f80ac2c6b') +sha256sums=('932044081a2362119edc8538b66debc7562e6b0d5618921d1919363ce8cd5b60') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-schemas-compile
