summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhexa-2017-03-06 18:34:14 +0100
committerhexa-2017-03-06 18:34:14 +0100
commitd9b43e647ec4e95d4b173ab701b64046f5c12d95 (patch)
tree33671ed51db201c9ca52664a3914a94d82c0ef63 /PKGBUILD
parent3bd532a1590320cfc629b2b8254c04d2c73ff3cd (diff)
downloadaur-d9b43e647ec4e95d4b173ab701b64046f5c12d95.tar.gz
fix lzo dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 668b1c189742..b1d34d9a682d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# OPTIONS+=(debug !strip)
pkgname=tinc-pre-git
-pkgver=1.1pre14.23.g979acc4
+pkgver=1.1pre14.31.g7a54fe5e
pkgrel=1
pkgdesc="Virtual Private Network daemon (prerelease)"
arch=('any')
url="http://www.tinc-vpn.org/"
license=('GPL')
-depends=('lzo2' 'openssl')
+depends=('lzo' 'openssl')
makedepends=('git')
optdepends=('python2' 'wxpython: gui support')
provides=('tinc-pre')