mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 1.2.18-1
This commit is contained in:
parent
9eedf7a8b0
commit
e4cdb87bc3
1 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
|||
# - drop ceph depend until it builds
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.17
|
||||
pkgrel=2
|
||||
pkgver=1.2.18
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -16,11 +16,11 @@ license=('LGPL')
|
|||
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
|
||||
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
|
||||
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
|
||||
'iproute2' 'libnl' 'libx11' 'gettext')
|
||||
'iproute2' 'libnl' 'libx11' 'gettext' 'libssh2')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
|
||||
'libiscsi' 'open-iscsi'
|
||||
'perl-xml-xpath' 'libxslt')
|
||||
optdepends=('bridge-utils: for briged networking (default)'
|
||||
optdepends=('bridge-utils: for bridged networking (default)'
|
||||
'dnsmasq: for NAT/DHCP for guests'
|
||||
'openbsd-netcat: for remote management over ssh'
|
||||
'qemu'
|
||||
|
@ -67,7 +67,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
|||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
md5sums=('a1f49050223be3cbd7678c32b1ee2756'
|
||||
md5sums=('5531b44fc282c3ce0c3951c6bb692576'
|
||||
'5e31269067dbd12ca871234450bb66bb'
|
||||
'384fff96c6248d4f020f6fa66c32b357'
|
||||
'020971887442ebbf1b6949e031c8dd3f')
|
||||
|
|
Loading…
Reference in a new issue