Date: Tuesday, March 23, 2010 @ 16:33:14 Author: ibiru Revision: 73190
update to 2.29.1 Modified: gnome-shell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-23 20:26:02 UTC (rev 73189) +++ PKGBUILD 2010-03-23 20:33:14 UTC (rev 73190) @@ -3,18 +3,18 @@ # Contributor: Flamelab <[email protected] pkgname=gnome-shell -pkgver=2.29.0 +pkgver=2.29.1 pkgrel=1 pkgdesc="The next generation GNOME Shell. Experimental, GNOME 3.0 version." arch=('i686' 'x86_64') url="http://live.gnome.org/GnomeShell" license=('GPL2') -depends=('gnome-desktop>=2.29.91' 'gnome-python' 'gnome-menus>=2.29.91' 'mutter>=2.29.0' 'librsvg' 'gjs>=0.5') +depends=('gnome-desktop>=2.29.92' 'gnome-python' 'gnome-menus>=2.29.92' 'mutter>=2.29.1' 'librsvg' 'gjs>=0.6') makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.19.5' 'gir-repository') options=('!libtool' '!emptydirs') install=gnome-shell.install source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.29/gnome-shell-$pkgver.tar.bz2) -sha256sums=('7429cd9689e1a2e302b1c23e06c576ee6b0542a7f1c72c4c0efce3d83842aa58') +sha256sums=('710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b') build() { cd ${srcdir}/${pkgname}-${pkgver}
