Date: Thursday, July 7, 2022 @ 11:16:29
  Author: heftig
Revision: 1247658

archrelease: copy trunk to community-x86_64

Added:
  gnome-boxes/repos/community-x86_64/PKGBUILD
    (from rev 1247657, gnome-boxes/trunk/PKGBUILD)
Deleted:
  gnome-boxes/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-07 10:58:53 UTC (rev 1247657)
+++ PKGBUILD    2022-07-07 11:16:29 UTC (rev 1247658)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
-
-pkgname=gnome-boxes
-pkgver=42.2
-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')
-options=('debug')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('f7c2bca14dcae2838db11fa2c80e23408e3548178af861a0d4d0dcc6a9780015')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-boxes/repos/community-x86_64/PKGBUILD (from rev 1247657, 
gnome-boxes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-07-07 11:16:29 UTC (rev 1247658)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
+
+pkgname=gnome-boxes
+pkgver=42.3
+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')
+options=('debug')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('56eff7faf8300faa1ce14f809f8ebc2a7bb4d915afc7b12737129791605b60d3')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}

Reply via email to