diff options
author | root <root@rshg054.dnsready.net> | 2013-06-22 01:28:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-22 01:28:29 -0700 |
commit | 946a83c478943914bcf576bd772689ef74c27fdd (patch) | |
tree | 577d46741bf519254d29a0979eb015e1281487fa /community/libvirt/PKGBUILD | |
parent | deef1b9af1fb8bb4c263d8aa1df699ef0d4d3b31 (diff) |
Sat Jun 22 01:28:11 PDT 2013
Diffstat (limited to 'community/libvirt/PKGBUILD')
-rw-r--r-- | community/libvirt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 87faea6da..8e2bb92fe 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 92374 2013-06-04 12:30:52Z spupykin $ +# $Id: PKGBUILD 92992 2013-06-21 11:27:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jonathan Wiersma <archaur at jonw dot org> pkgname=libvirt pkgver=1.0.6 -pkgrel=1 +pkgrel=3 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') url="http://libvirt.org/" @@ -12,7 +12,7 @@ license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' - 'iproute2' 'libnl' 'libx11' 'audit') + 'iproute2' 'libnl' 'libx11' 'audit' 'numactl') makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq') optdepends=('bridge-utils: for briged networking (default)' 'dnsmasq: for NAT/DHCP for guests' |