summaryrefslogtreecommitdiff
path: root/extra/mutter/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mutter/PKGBUILD')
-rw-r--r--extra/mutter/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD
index 6e6a00998..69d64e95d 100644
--- a/extra/mutter/PKGBUILD
+++ b/extra/mutter/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 178030 2013-02-13 22:13:45Z heftig $
+# $Id: PKGBUILD 183445 2013-04-21 22:11:45Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
pkgname=mutter
-pkgver=3.6.3
+pkgver=3.8.1
pkgrel=1
pkgdesc="A window manager for GNOME"
arch=(i686 x86_64)
@@ -16,14 +16,14 @@ groups=('gnome')
options=('!libtool' '!emptydirs')
install=mutter.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa1d558210d58f9a835a7e718a6b6eb8318ac8fb276c43234c47b1efde755c86')
+sha256sums=('a41a992620e7e51b6a34709db26a215e86f03927e828b4db03e9111d925ef52f')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/mutter \
--localstatedir=/var --disable-static \
- --disable-schemas-compile
+ --disable-schemas-compile --enable-compile-warnings=minimum
make
}