diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-13 11:55:35 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-13 11:55:35 -0300 |
commit | 69fbf2ca624da30dfaefb4c4150715df81d8cf00 (patch) | |
tree | 43a6191492a1d6a8b2dbf3a5fc30e04418407eff /community/libvirt/PKGBUILD | |
parent | 20325742c50f83cc58e49aa3b8347fde1399d734 (diff) | |
parent | cb9c375209c236c16557878a1b864f91de27b88d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ctpl/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/subversion/PKGBUILD
multilib/lib32-libtiff/PKGBUILD
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 a7737f43b..78651e7b4 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 60240 2011-12-08 11:32:20Z spupykin $ +# $Id: PKGBUILD 60347 2011-12-11 20:18:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jonathan Wiersma <archaur at jonw dot org> pkgname=libvirt pkgver=0.9.8 -pkgrel=1 +pkgrel=2 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64' 'mips64el') 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') + 'iproute2' 'netcf') makedepends=('pkgconfig' 'lvm2') optdepends=('bridge-utils: for briged networking (default)' 'dnsmasq: for NAT/DHCP for guests' |