Date: Monday, February 13, 2017 @ 21:20:55
  Author: heftig
Revision: 288905

3.22.8-1

Modified:
  gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-13 19:45:01 UTC (rev 288904)
+++ PKGBUILD    2017-02-13 21:20:55 UTC (rev 288905)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Ionut Biru <ib...@archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.7
-pkgrel=2
+pkgver=3.22.8
+pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/";
@@ -14,8 +14,8 @@
          adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa)
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs)
 license=(LGPL)
-_commit=a22e80122ede660844742fd7e41f16ef8e070510  # tags/3.22.7^0
-source=("git://git.gnome.org/gtk+#commit=$_commit"
+_commit=dad4aecfc017dbe97074a188c972c0af013c5a08  # tags/3.22.8^0
+source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
         settings.ini
         gtk-query-immodules-3.0.hook
         gtk-update-icon-cache.hook
@@ -34,10 +34,6 @@
 prepare() {
     mkdir print-backends
     cd gtk+
-
-    # WTF: Work around an issue building i686 on soyuz
-    echo >git.mk
-
     NOCONFIGURE=1 ./autogen.sh
 }
 

Reply via email to