summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0a69aab54d..91b5f8ded23b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 26 13:59:50 UTC 2016
+# Thu Mar 2 02:15:22 UTC 2017
pkgbase = tinc-pre
pkgdesc = VPN (Virtual Private Network) daemon (Pre-release)
pkgver = 1.1pre14
- pkgrel = 1
+ pkgrel = 2
url = http://www.tinc-vpn.org/
install = tinc-pre.install
arch = i686
@@ -12,7 +12,7 @@ pkgbase = tinc-pre
license = GPL
makedepends = git
makedepends = autoconf
- depends = lzo2
+ depends = lzo
depends = zlib
depends = openssl
depends = miniupnpc
diff --git a/PKGBUILD b/PKGBUILD
index 6cb5bd26ffd2..60393fe1fd01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tinc-pre
pkgver=1.1pre14
-pkgrel=1
+pkgrel=2
pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)"
arch=(i686 x86_64 armv7h)
url="http://www.tinc-vpn.org/"
license=('GPL')
-depends=('lzo2' 'zlib' 'openssl' 'miniupnpc')
+depends=('lzo' 'zlib' 'openssl' 'miniupnpc')
makedepends=('git' 'autoconf')
optdepends=('python2' 'wxpython: gui support')
provides=('tinc-pre' 'tinc-pre-systemd')