mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/glib2 to 2.60.1-1
This commit is contained in:
parent
65bcaf8c59
commit
00c59c5a54
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue