summaryrefslogtreecommitdiff
path: root/gnome-unstable/gtk3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/gtk3/PKGBUILD')
-rw-r--r--gnome-unstable/gtk3/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-unstable/gtk3/PKGBUILD b/gnome-unstable/gtk3/PKGBUILD
index 745797518..c88604a04 100644
--- a/gnome-unstable/gtk3/PKGBUILD
+++ b/gnome-unstable/gtk3/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 152289 2012-03-06 13:35:08Z ibiru $
+# $Id: PKGBUILD 153924 2012-03-20 18:53:02Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3
-pkgver=3.3.18
+pkgver=3.3.20
pkgrel=1
pkgdesc="GTK+ is a multi-platform toolkit (v3)"
arch=('i686' 'x86_64')
@@ -15,11 +15,11 @@ backup=(etc/gtk-3.0/settings.ini)
license=('LGPL')
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
settings.ini)
-sha256sums=('c63cc7ff19c28f73c1060f4b6168ef0f6cb359803abb990baa5c5f5a48f31f90'
+sha256sums=('2327df9b2eca97d4817a6adbf127bf77141c4bafb2f79b6a91c9495b272d8501'
'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
-
build() {
cd "gtk+-$pkgver"
+ export CFLAGS+=" -g -O0"
CXX=/bin/false ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \