summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-04-11 09:56:48 +0200
committerNicola Murino2020-04-11 09:56:48 +0200
commitb97b19e6fcff9b01d47b77762f9fcbfe06206967 (patch)
tree75e424be8839c1c9075595d98994cc894f7bd1d9
parentb0ef2d92c61079e205f88367f11415498a04d86a (diff)
downloadaur-b97b19e6fcff9b01d47b77762f9fcbfe06206967.tar.gz
Update to 2.64.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31b24c13025c..59ab7b55db6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.64.1
+ pkgver = 2.64.2
pkgrel = 1
url = https://wiki.gnome.org/Projects/GLib
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-glib2
options = !buildflags
options = staticlibs
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=e264e6fcf7f5199e137314b0d1ebca7648613148
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
source = glib-prefer-constructors-over-DllMain.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4f7c84cbc27f..39f601b898b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Renato Silva <br.renatosilva@gmail.com>
# Contributor: Martchus <martchus@gmx.net>
pkgname=mingw-w64-glib2
-pkgver=2.64.1
+pkgver=2.64.2
pkgrel=1
-_commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5 # tags/2.64.1^0
+_commit=e264e6fcf7f5199e137314b0d1ebca7648613148 # tags/2.64.2^0
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext mingw-w64-zlib)