diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
commit | c0a02f08d66969b92325d421354f4def5c23f84c (patch) | |
tree | 1f97a2b8ea84967f808112b173ab1e7a494b0a26 /extra/gnome-shell/PKGBUILD | |
parent | d830c3b1d23d90c928c68bf821049db3abf897b8 (diff) | |
parent | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/gvfs/PKGBUILD
libre/libretools/libretools.install
Diffstat (limited to 'extra/gnome-shell/PKGBUILD')
-rw-r--r-- | extra/gnome-shell/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/gnome-shell/PKGBUILD b/extra/gnome-shell/PKGBUILD index 3ee2be9d0..73da1e385 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 170143 2012-11-03 17:26:58Z heftig $ +# $Id: PKGBUILD 170877 2012-11-12 21:32:36Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.6.1 -pkgrel=3 +pkgver=3.6.2 +pkgrel=1 pkgdesc="The next generation GNOME Shell" arch=(i686 x86_64 mips64el) url="http://live.gnome.org/GnomeShell" license=(GPL2) depends=(caribou folks gcr gjs gnome-bluetooth gnome-desktop gnome-menus libcroco libpulse mutter nautilus networkmanager telepathy-logger telepathy-mission-control unzip gdm) -makedepends=(intltool gnome-doc-utils) +makedepends=(intltool gnome-doc-utils docbook-xsl) optdepends=('network-manager-applet: shell integration for networkmanager') options=('!libtool' '!emptydirs') install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('566a9d902f85a89c23dc29f1789f859aa2c5a0de7dffa5235bf5a1885c76a3a7') +sha256sums=('86cff93ade1bf6a67ebd339c017d567c7dc849ff8b256a3803306f44c24b44f0') build() { cd $pkgname-$pkgver |