* update virt-viewer to 11.0-3.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:11 +02:00
parent 5fb3c53b49
commit a9046ca2dd
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = virt-viewer
pkgdesc = A lightweight interface for interacting with the graphical display of virtualized guest OS.
pkgver = 11.0
pkgrel = 3
pkgrel = 3.1
url = https://gitlab.com/virt-viewer/virt-viewer
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
makedepends = meson
makedepends = intltool

View File

@ -6,7 +6,7 @@
pkgname=virt-viewer
pkgver=11.0
pkgrel=3
pkgrel=3.1
pkgdesc='A lightweight interface for interacting with the graphical display of virtualized guest OS.'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://gitlab.com/virt-viewer/virt-viewer'