[arch-commits] Commit in virt-manager/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Fri Oct 15 13:17:47 UTC 2021
Date: Friday, October 15, 2021 @ 13:17:46
Author: freswa
Revision: 1030264
add cpio dependency to virt-install
Modified:
virt-manager/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-15 12:30:48 UTC (rev 1030263)
+++ PKGBUILD 2021-10-15 13:17:46 UTC (rev 1030264)
@@ -7,7 +7,7 @@
pkgbase=virt-manager
pkgname=(virt-install virt-manager)
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
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')
+ depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests' 'cpio')
cd ${pkgbase}-${pkgver}
python setup.py --no-update-icon-cache --no-compile-schemas install --root "${pkgdir}"
More information about the arch-commits
mailing list