summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Bettens <louis@bettens.org>2017-03-12 16:45:02 +0100
committerIsaac David <isacdaavid@isacdaavid.info>2017-03-14 01:40:25 -0600
commita4cada79747a4f2e83a42ed98d7f2393c301c30d (patch)
treeccca46e5990f66f6de4c5c8c0efce2f5d05e403c
parentc7b60b407c0f6a94818b269d569bcae2bcf35d49 (diff)
downloadabslibre-a4cada79747a4f2e83a42ed98d7f2393c301c30d.tar.gz
abslibre-a4cada79747a4f2e83a42ed98d7f2393c301c30d.tar.bz2
abslibre-a4cada79747a4f2e83a42ed98d7f2393c301c30d.zip
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 <isacdaavid@isacdaavid.info>
-rw-r--r--libre/xen/PKGBUILD2
-rw-r--r--pcr/tinc-pre/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
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)
diff --git a/pcr/tinc-pre/PKGBUILD b/pcr/tinc-pre/PKGBUILD
index 869a5e8f9..370edb1fa 100644
--- a/pcr/tinc-pre/PKGBUILD
+++ b/pcr/tinc-pre/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='VPN (Virtual Private Network) daemon (Pre-release)'
arch=('i686' 'x86_64' 'armv7h')
url="http://www.tinc-vpn.org/"
license=('GPL')
-depends=('lzo2' 'openssl')
+depends=('lzo' 'openssl')
optdepends=('wxpython: gui support')
provides=('tinc-pre')
conflicts=('tinc')