summaryrefslogtreecommitdiff
path: root/extra/nautilus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nautilus/PKGBUILD')
-rw-r--r--extra/nautilus/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/nautilus/PKGBUILD b/extra/nautilus/PKGBUILD
index 3f1c44be4..e9ab6d7c1 100644
--- a/extra/nautilus/PKGBUILD
+++ b/extra/nautilus/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 124892 2011-05-24 21:49:03Z ibiru $
+# $Id: PKGBUILD 139401 2011-10-01 19:00:31Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=nautilus
-pkgver=3.0.2
+pkgver=3.2.0
pkgrel=1
-pkgdesc="The GNOME shell and file manager"
+pkgdesc="GNOME file manager"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('libexif' 'gnome-desktop' 'exempi' 'gtk3' 'hicolor-icon-theme' 'gvfs' 'desktop-file-utils' 'gsettings-desktop-schemas' 'shared-mime-info' 'gnome-icon-theme')
+depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 'gnome-icon-theme' 'dconf' 'libtracker-sparql')
makedepends=('intltool' 'gobject-introspection')
-replaces=('gnome-volume-manager')
url="http://www.gnome.org"
groups=('gnome')
options=('!libtool' '!emptydirs')
install=nautilus.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6a4c6b75593f0e815763d0040878cd908da72318f18b05f33d24040e0d602b22')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0eefea717d0b8fa360a50c493875cd146de05cc61b67b426d770ab5ba57541cd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"