diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-15 03:26:32 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-15 03:26:32 +0000 |
commit | ad45d1982b97faa9372d99e51daa687c7c09de7d (patch) | |
tree | af490221f2b733b8f0cf68f3898566d5049c3ab4 /extra/nautilus | |
parent | 7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (diff) |
Tue Apr 15 03:22:01 UTC 2014
Diffstat (limited to 'extra/nautilus')
-rw-r--r-- | extra/nautilus/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/nautilus/PKGBUILD b/extra/nautilus/PKGBUILD index 2073e625e..819628bbf 100644 --- a/extra/nautilus/PKGBUILD +++ b/extra/nautilus/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198800 2013-11-04 16:55:53Z heftig $ +# $Id: PKGBUILD 210522 2014-04-14 20:07:21Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=nautilus pkgname=(nautilus libnautilus-extension) -pkgver=3.10.1 -pkgrel=1 +pkgver=3.12.0 +pkgrel=2 pkgdesc="GNOME file manager" arch=(i686 x86_64) license=(GPL) @@ -13,8 +13,8 @@ depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme d makedepends=(intltool gobject-introspection python) url="http://www.gnome.org" options=('!emptydirs') -source=(http://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) -sha256sums=('f6a532a170907d116e8ce55847c5c6cd4e03819f5f818087554f2ec2556fc727') +source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) +sha256sums=('c19af20ab1fadf04bebee7ec8d3375c5efbe27bb6e0b7d3a60369523baf5e4df') build() { cd $pkgbase-$pkgver |