summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-10-07 08:51:09 +0200
committerNicola Murino2019-10-07 08:51:09 +0200
commit201135948ce913fa7923248d19a208690e459b9b (patch)
tree9ba4b93bbba2ccb86b1c62457cd2f912b913fea8
parent25a3d762d7f1473e41f7c09ae61dfdfa2b77b90b (diff)
downloadaur-201135948ce913fa7923248d19a208690e459b9b.tar.gz
Update to 2.62.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04394d720937..8787f54bfde1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.62.0
+ pkgver = 2.62.1
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=a1af0be78c6cb3bce4791a1598a796c3e912019f
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=2a0e33360d0453028d8e14e7a7c6fa5820d7c6a2
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 e5b8a54c7665..2ae08904bd29 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.62.0
+pkgver=2.62.1
pkgrel=1
-_commit=a1af0be78c6cb3bce4791a1598a796c3e912019f # tags/2.62.0^0
+_commit=2a0e33360d0453028d8e14e7a7c6fa5820d7c6a2 # tags/2.62.1^0
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext mingw-w64-zlib)