diff options
author | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
commit | 68572eac2031955131806e1ab066f5aaac1396e2 (patch) | |
tree | a7ad0bf8988effbf1a55c885f968d10660055cf9 /testing/gnome-shell | |
parent | 85ca6bfccdec6939881572fb1154f1a07d54937c (diff) |
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'testing/gnome-shell')
-rw-r--r-- | testing/gnome-shell/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gnome-shell/PKGBUILD b/testing/gnome-shell/PKGBUILD index 436d68b72..2e2a0fa03 100644 --- a/testing/gnome-shell/PKGBUILD +++ b/testing/gnome-shell/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155145 2012-04-01 11:33:58Z heftig $ +# $Id: PKGBUILD 156441 2012-04-18 09:41:32Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.4.0 +pkgver=3.4.1 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=('b6a706da199a99540a008a5fec609bbeff194b1a933e2fc73e51e667d4599a85') +sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9') build() { cd "$pkgname-$pkgver" |