diff options
Diffstat (limited to 'gnome-unstable/gnome-shell/PKGBUILD')
-rw-r--r-- | gnome-unstable/gnome-shell/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gnome-shell/PKGBUILD b/gnome-unstable/gnome-shell/PKGBUILD index 16f68f0f9..572a8dc8b 100644 --- a/gnome-unstable/gnome-shell/PKGBUILD +++ b/gnome-unstable/gnome-shell/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 167089 2012-09-25 10:46:37Z jgc $ +# $Id: PKGBUILD 167934 2012-10-03 21:44:44Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.5.92 +pkgver=3.6.0 pkgrel=1 pkgdesc="The next generation GNOME Shell" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!libtool' '!emptydirs') install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('bf43ade818f2fd7631492a5eb61522524b7bdb84d3627a21bd4bde9100e0e6af') +sha256sums=('032ad32a4fa6c1f92010635e3076031323ac690f78c610184438c085c355e07b') build() { cd $pkgname-$pkgver |