[arch-commits] Commit in virt-manager/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Fri Oct 15 20:10:26 UTC 2021
Date: Friday, October 15, 2021 @ 20:10:26
Author: freswa
Revision: 1030325
add libisoburn as dependency for virt-install
Modified:
virt-manager/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-15 19:29:09 UTC (rev 1030324)
+++ PKGBUILD 2021-10-15 20:10:26 UTC (rev 1030325)
@@ -7,7 +7,7 @@
pkgbase=virt-manager
pkgname=(virt-install virt-manager)
pkgver=3.2.0
-pkgrel=2
+pkgrel=3
arch=('any')
url='https://virt-manager.org/'
license=('GPL')
@@ -25,7 +25,7 @@
package_virt-install() {
pkgdesc='Command line tool for creating new KVM , Xen, or Linux container guests using the libvirt hypervisor'
- depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests' 'cpio')
+ depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests' 'cpio' 'libisoburn')
cd ${pkgbase}-${pkgver}
python setup.py --no-update-icon-cache --no-compile-schemas install --root "${pkgdir}"
More information about the arch-commits
mailing list