summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-05-25 16:56:16 +0200
committerNicola Murino2020-05-25 16:56:16 +0200
commita7d63ff3abbdb02899324e7b4dcf98565a2a1480 (patch)
tree529ee04c31e9d56b7afd88d902f18620853ad7c3
parent98b93b233cdc927868356df936153a1c64a38784 (diff)
downloadaur-a7d63ff3abbdb02899324e7b4dcf98565a2a1480.tar.gz
Update to 2.64.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59ab7b55db6d..b84877bea0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.64.2
+ pkgver = 2.64.3
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=e264e6fcf7f5199e137314b0d1ebca7648613148
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=af1edc1c338d9a8b2a99bdd0e6cc6bede51f40b4
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 ce2a6e36d52e..4b18eace88ad 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.2
+pkgver=2.64.3
pkgrel=1
-_commit=e264e6fcf7f5199e137314b0d1ebca7648613148 # tags/2.64.2^0
+_commit=af1edc1c338d9a8b2a99bdd0e6cc6bede51f40b4 # tags/2.64.3^0
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext mingw-w64-zlib)
@@ -45,7 +45,6 @@ build() {
--default-library both ..
ninja
done
-
}
package() {