summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 483c9f8fcde9..02bb96eed643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 13:04:40 UTC 2016
+# Sat Apr 9 13:14:23 UTC 2016
pkgbase = tinc-pre
pkgdesc = VPN (Virtual Private Network) daemon (Pre-release)
pkgver = 1.1pre11
@@ -9,6 +9,7 @@ pkgbase = tinc-pre
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
makedepends = autoconf
depends = lzo2
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index c82d675aad4f..71da306213ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url="http://www.tinc-vpn.org/"
license=('GPL')
depends=('lzo2' 'openssl')
-makedepends=('autoconf')
+makedepends=('git' 'autoconf')
optdepends=('python2' 'wxpython: gui support')
provides=('tinc-pre' 'tinc-pre-systemd')
conflicts=('tinc' 'tinc-pre-systemd')