Date: Friday, May 3, 2019 @ 21:01:17 Author: heftig Revision: 352447 2.60.2-1
Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-03 20:43:18 UTC (rev 352446) +++ PKGBUILD 2019-05-03 21:01:17 UTC (rev 352447) @@ -3,7 +3,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.60.1 +pkgver=2.60.2 pkgrel=1 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" @@ -15,7 +15,7 @@ optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report' 'libelf: gresource inspection tool') options=(!emptydirs) -_commit=527022ae143c0ef154edaba449bedd430f382d86 # tags/2.60.1^0 +_commit=a3b5608170c0b4381d0217ea99325ec7fcecb7f6 # tags/2.60.2^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,9 +55,6 @@ python -m compileall -d /usr/share/glib-2.0/codegen "$pkgdir/usr/share/glib-2.0/codegen" python -O -m compileall -d /usr/share/glib-2.0/codegen "$pkgdir/usr/share/glib-2.0/codegen" - # Remove installed tests - rm -r "$pkgdir/usr/lib/installed-tests" - # Split docs mv "$pkgdir/usr/share/gtk-doc" "$srcdir" }
