[arch-commits] Commit in gnome-boxes/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Aug 9 01:15:37 UTC 2020
Date: Sunday, August 9, 2020 @ 01:15:37
Author: heftig
Revision: 672878
3.36.6-1
Modified:
gnome-boxes/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-08 22:18:35 UTC (rev 672877)
+++ PKGBUILD 2020-08-09 01:15:37 UTC (rev 672878)
@@ -2,7 +2,7 @@
# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
pkgname=gnome-boxes
-pkgver=3.36.5
+pkgver=3.36.6
pkgrel=1
pkgdesc="Simple GNOME application to access remote or virtual systems"
arch=(x86_64)
@@ -12,7 +12,7 @@
depends=(cdrtools gtk-vnc libarchive libgudev libosinfo libsecret
libvirt-glib mtools qemu spice-gtk tracker webkit2gtk freerdp)
makedepends=(git gobject-introspection yelp-tools meson spice-protocol vala)
-_commit=bdc81983889cd74e364edc6497f3d52e81846c4e # tags/v3.36.5^0
+_commit=a9754ada74b56892b75dd0417c67a6f0867d6cd8 # tags/v3.36.6^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")
@@ -35,7 +35,7 @@
build() {
arch-meson $pkgname build
- ninja -C build
+ meson compile -C build
}
check() {
More information about the arch-commits
mailing list