Date: Wednesday, September 19, 2018 @ 11:17:55 Author: alucryd Revision: 383381
upgpkg: lib32-gtk3 3.24.1-1 Modified: lib32-gtk3/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-19 11:10:50 UTC (rev 383380) +++ PKGBUILD 2018-09-19 11:17:55 UTC (rev 383381) @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $ # Maintainer: Maxime Gauduin <[email protected]> # Contributor: josephgbr <[email protected]> # Contributor: GordonGR <[email protected]> pkgname=lib32-gtk3 -pkgver=3.22.30 +pkgver=3.24.1 pkgrel=1 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)' arch=('x86_64') @@ -17,8 +18,7 @@ 'lib32-libxdamage') makedepends=('gobject-introspection' 'gtk-doc' 'git' 'glib2-docs' 'sassc') install='lib32-gtk3.install' -_commit='2e7ac262be15fb402c4103d28533c6c6d955bf65' -source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=${_commit}" +source=("git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}" 'gtk-query-immodules-3.0-32.hook') sha256sums=('SKIP' '4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
