diff options
Diffstat (limited to 'extra/nautilus/PKGBUILD')
-rw-r--r-- | extra/nautilus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/nautilus/PKGBUILD b/extra/nautilus/PKGBUILD index 331f57b04..73a74d775 100644 --- a/extra/nautilus/PKGBUILD +++ b/extra/nautilus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 159065 2012-05-15 11:33:48Z heftig $ +# $Id: PKGBUILD 169997 2012-10-30 23:01:20Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=nautilus -pkgver=3.4.2 +pkgver=3.6.2 pkgrel=1 pkgdesc="GNOME file manager" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ groups=('gnome') options=('!libtool' '!emptydirs') install=nautilus.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('752afa41189b0b6c73dc3769cd885e184c29d6d394345ec05cd48b0004e0f452') +sha256sums=('9c5605b629170032e5c7b62f5ecdcebe2b8e08ccfcfb3fc9ae06b96dad50dda7') build() { cd "$pkgname-$pkgver" |