mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/libvirt to 6.5.0-3
This commit is contained in:
parent
0aa9024387
commit
fde6ab419a
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=6.5.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -132,7 +132,7 @@ check() {
|
|||
}
|
||||
|
||||
package_libvirt() {
|
||||
provides=('libvirt.so' 'libvirt-admin.so' 'libvirt-lxc.so' 'libvirt-qemu.so')
|
||||
provides=("libvirt=$pkgver" 'libvirt.so' 'libvirt-admin.so' 'libvirt-lxc.so' 'libvirt-qemu.so')
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
|
|
Loading…
Reference in a new issue