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 96f18d4bead6..41a56b53764c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glib2-patched-thumbnailer
pkgdesc = GLib2 patched with ahodesuka's thumbnailer patch.
- pkgver = 2.60.0
+ pkgver = 2.60.1
pkgrel = 1
url = https://gist.github.com/Dudemanguy911/d199759b46a79782cc1b301649dec8a5
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = glib2-patched-thumbnailer
depends = tumbler
optdepends = python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
optdepends = libelf: gresource inspection tool
- provides = glib2=2.60.0
+ provides = glib2=2.60.1
conflicts = glib2
options = !docs
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=2edc5aa6dfffec0a48c8a1e9381b73d1096e0489
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=527022ae143c0ef154edaba449bedd430f382d86
source = noisy-glib-compile-schemas.diff
source = glib-compile-schemas.hook
source = gio-querymodules.hook
diff --git a/PKGBUILD b/PKGBUILD
index 108743973e92..5a61229a5a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=glib2-patched-thumbnailer
-pkgver=2.60.0
+pkgver=2.60.1
pkgrel=1
pkgdesc="GLib2 patched with ahodesuka's thumbnailer patch."
url="https://gist.github.com/Dudemanguy911/d199759b46a79782cc1b301649dec8a5"
@@ -17,7 +17,7 @@ optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-repor
'libelf: gresource inspection tool')
options=('!docs' '!emptydirs')
license=(LGPL2.1)
-_commit=2edc5aa6dfffec0a48c8a1e9381b73d1096e0489 # tags/2.60.0^0
+_commit=527022ae143c0ef154edaba449bedd430f382d86 # tags/2.60.1^0
source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
noisy-glib-compile-schemas.diff
glib-compile-schemas.hook
@@ -54,7 +54,7 @@ build() {
#skip this; test fails
#check() {
-# meson test -C build --no-suite flaky
+# meson test -C build --no-suite flaky --print-errorlogs
#}
package() {