core/glib2 to 2.60.1-1

This commit is contained in:
Kevin Mihelich 2019-04-17 18:16:37 +00:00
parent 65bcaf8c59
commit 00c59c5a54

View file

@ -7,7 +7,7 @@
pkgbase=glib2
pkgname=(glib2 glib2-docs)
pkgver=2.60.0
pkgver=2.60.1
pkgrel=1
pkgdesc="Low level core library"
url="https://wiki.gnome.org/Projects/GLib"
@ -19,7 +19,7 @@ checkdepends=(desktop-file-utils)
optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report'
'libelf: gresource inspection tool')
options=(!emptydirs)
_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 gio-querymodules.hook
@ -55,7 +55,7 @@ build() {
}
check() {
meson test -C build --no-suite flaky
meson test -C build --no-suite flaky --print-errorlogs
}
package_glib2() {