summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2017-06-11 00:42:36 -0700
committerSchala2017-06-11 00:42:36 -0700
commit3860d17bc7abf3e35fe115e3db05d4e7308e5c5d (patch)
treec8294a0df83de94a75fd97655b384920af6fa4ea
parentfa06e8fae5c2579ecd86c1af0509ec020e0df5e6 (diff)
downloadaur-3860d17bc7abf3e35fe115e3db05d4e7308e5c5d.tar.gz
2.52.2+9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a90c1898f3..8a7980530da8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 17 20:58:44 UTC 2017
+# Sun Jun 11 07:42:15 UTC 2017
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.52.2+1+gb8bd46bc8
+ pkgver = 2.52.2+9+g3245eba16
pkgrel = 1
url = http://www.gtk.org/
arch = any
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-glib2
options = !buildflags
options = staticlibs
options = !emptydirs
- source = git+https://git.gnome.org/browse/glib#commit=b8bd46bc862598db41013f4b56b0d74126e25c52
+ source = git+https://git.gnome.org/browse/glib#commit=3245eba169c439180cc13ed3c76f47298d723031
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
source = 0004-glib-prefer-constructors-over-DllMain.patch
source = 0027-no_sys_if_nametoindex.patch
diff --git a/PKGBUILD b/PKGBUILD
index b3abbcc97924..3dec2bd5ff52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Renato Silva <br.renatosilva@gmail.com>
pkgname=mingw-w64-glib2
-pkgver=2.52.2+1+gb8bd46bc8
+pkgver=2.52.2+9+g3245eba16
pkgrel=1
-_commit=b8bd46bc862598db41013f4b56b0d74126e25c52 # glib-2-52
+_commit=3245eba169c439180cc13ed3c76f47298d723031 # glib-2-52
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext)
@@ -36,8 +36,7 @@ pkgver() {
prepare() {
cd glib
- git revert -n e4ce400e8f7f # https://bugzilla.gnome.org/show_bug.cgi?id=781601
- git cherry-pick -n 9ba95e25b74a # https://bugs.archlinux.org/task/53730
+ git revert -n 6560b37450cd # Noisy glib-compile-schemas
patch -Np1 -i .."/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch"
patch -Np1 -i ../0004-glib-prefer-constructors-over-DllMain.patch
patch -Np1 -i ../"0027-no_sys_if_nametoindex.patch"