summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30e9b03a9081..5f43406ced3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glib2-patched-thumbnailer
pkgdesc = GLib2 patched with ahodesuka's thumbnailer patch.
- pkgver = 2.64.2
+ pkgver = 2.64.3
pkgrel = 1
url = https://gist.github.com/Dudemanguy/d199759b46a79782cc1b301649dec8a5
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = glib2-patched-thumbnailer
depends = libmount.so
optdepends = python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
optdepends = libelf: gresource inspection tool
- provides = glib2=2.64.2
+ provides = glib2=2.64.3
provides = libgio-2.0.so
provides = libglib-2.0.so
provides = libgmodule-2.0.so
@@ -31,7 +31,7 @@ pkgbase = glib2-patched-thumbnailer
provides = libgthread-2.0.so
conflicts = glib2
options = !docs
- source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=e264e6fcf7f5199e137314b0d1ebca7648613148
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=af1edc1c338d9a8b2a99bdd0e6cc6bede51f40b4
source = noisy-glib-compile-schemas.diff
source = glib-compile-schemas.hook
source = gio-querymodules.hook
diff --git a/PKGBUILD b/PKGBUILD
index 50be85d080be..dc82bb144872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=glib2-patched-thumbnailer
-pkgver=2.64.2
+pkgver=2.64.3
pkgrel=1
pkgdesc="GLib2 patched with ahodesuka's thumbnailer patch."
url="https://gist.github.com/Dudemanguy/d199759b46a79782cc1b301649dec8a5"
@@ -19,7 +19,7 @@ optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-repor
'libelf: gresource inspection tool')
options=('!docs')
license=(LGPL2.1)
-_commit=e264e6fcf7f5199e137314b0d1ebca7648613148 # tags/2.64.2^0
+_commit=af1edc1c338d9a8b2a99bdd0e6cc6bede51f40b4 # tags/2.64.3^0
source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
noisy-glib-compile-schemas.diff
glib-compile-schemas.hook
@@ -52,7 +52,7 @@ build() {
-D selinux=disabled \
-D man=true \
-D gtk_doc=true
- ninja -C build
+ meson compile -C build
}
#skip this; test fails