summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')