Date: Wednesday, October 26, 2022 @ 22:27:27
  Author: heftig
Revision: 1337017

43.0-1

Modified:
  gnome-boxes/trunk/PKGBUILD

----------+
 PKGBUILD |   35 ++++++++++++++++++++++++++++-------
 1 file changed, 28 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 22:27:27 UTC (rev 1337016)
+++ PKGBUILD    2022-10-26 22:27:27 UTC (rev 1337017)
@@ -1,21 +1,42 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
 # Contributor: Stefano Facchini <[email protected]>
 
 pkgname=gnome-boxes
-pkgver=42.3
+pkgver=43.0
 pkgrel=1
 pkgdesc='Simple GNOME application to access virtual systems'
 arch=('x86_64')
 url='https://wiki.gnome.org/Apps/Boxes'
 license=('LGPL')
-groups=('gnome')
-depends=('cdrtools' 'edk2-ovmf' 'gtksourceview4' 'gtk-vnc' 'libarchive' 
'libgudev' 'libhandy'
-         'libosinfo' 'libsecret' 'libvirt-glib' 'mtools' 'qemu-desktop' 
'spice-gtk' 'tracker3'
-         'webkit2gtk')
-makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 
'spice-protocol' 'vala')
+depends=(
+  'cdrtools'
+  'edk2-ovmf'
+  'libarchive'
+  'libgudev'
+  'libhandy'
+  'libosinfo'
+  'libsecret'
+  'libsoup3'
+  'libvirt-glib'
+  'mtools'
+  'qemu-desktop'
+  'spice-gtk'
+  'tracker3'
+  'webkit2gtk-4.1'
+)
+makedepends=(
+  'appstream-glib'
+  'gobject-introspection'
+  'meson'
+  'spice-protocol'
+  'vala'
+  'yelp-tools'
+)
+groups=('gnome-extra')
 options=('debug')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('56eff7faf8300faa1ce14f809f8ebc2a7bb4d915afc7b12737129791605b60d3')
+sha256sums=('574505096414c820b808ecd0f71e2d19a9332351e12a3dd826f762e432bf6b26')
 
 build() {
   arch-meson $pkgname-$pkgver build

Reply via email to