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 --- pcr/tinc-pre/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr/tinc-pre/PKGBUILD') 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') -- cgit v1.2.3