Date: Tuesday, October 6, 2020 @ 21:50:16 Author: heftig Revision: 719684
3.38.1-1 Modified: gnome-boxes/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 21:49:45 UTC (rev 719683) +++ PKGBUILD 2020-10-06 21:50:16 UTC (rev 719684) @@ -2,7 +2,7 @@ # Contributor: Stefano Facchini <[email protected]> pkgname=gnome-boxes -pkgver=3.38.0 +pkgver=3.38.1 pkgrel=1 pkgdesc="Simple GNOME application to access remote or virtual systems" arch=(x86_64) @@ -10,15 +10,16 @@ license=(LGPL) groups=(gnome) depends=(cdrtools gtk-vnc libarchive libgudev libosinfo libsecret libvirt-glib - mtools qemu spice-gtk tracker webkit2gtk freerdp gtksourceview4 - libhandy0) + mtools qemu spice-gtk tracker webkit2gtk freerdp gtksourceview4) makedepends=(git gobject-introspection yelp-tools meson spice-protocol vala) -_commit=fad33e0ca3109b69b340e71f4453534ccbb0337c # tags/v3.38.0^0 +_commit=3761f2b5dab67d2a374badb57e4859dbcef59ed8 # tags/v3.38.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git" - "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git") + "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git" + "git+https://gitlab.gnome.org/GNOME/libhandy.git") sha256sums=('SKIP' 'SKIP' + 'SKIP' 'SKIP') pkgver() { @@ -31,6 +32,7 @@ git submodule init git submodule set-url subprojects/gtk-frdp "$srcdir/gtk-frdp" git submodule set-url subprojects/libovf-glib "$srcdir/libovf-glib" + git submodule set-url subprojects/libhandy "$srcdir/libhandy" git submodule update }
