From a4cada79747a4f2e83a42ed98d7f2393c301c30d Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Sun, 12 Mar 2017 16:45:02 +0100 Subject: fix missing dependency "lzo2" Arch released lzo 2.10-1, which no longer provides the virtual package "lzo2". Packages that depended on it would no longer install on up-to-date systems. Signed-off-by: Isaac David --- libre/xen/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre') diff --git a/libre/xen/PKGBUILD b/libre/xen/PKGBUILD index af74ce999..442af83a6 100644 --- a/libre/xen/PKGBUILD +++ b/libre/xen/PKGBUILD @@ -19,7 +19,7 @@ pkgdesc="Virtual Machine Hypervisor & Tools (Parabola rebranded)" arch=(x86_64) url="http://www.xenproject.org/" license=(GPL2) -depends=(bridge-utils curl gnutls iproute2 libaio libcap-ng libiscsi libnl libpng lzo2 pciutils python python2 sdl spice usbredir yajl +depends=(bridge-utils curl gnutls iproute2 libaio libcap-ng libiscsi libnl libpng lzo pciutils python python2 sdl spice usbredir yajl # seabios ovmf qemu ) [[ "$CARCH" == "x86_64" ]] && depends+=(lib32-glibc) -- cgit v1.2.3