summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29c41d1cee1e..722dac62fe20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = i2pd-git
arch = armv7h
arch = aarch64
license = BSD
+ makedepends = git
makedepends = boost
makedepends = cmake
depends = boost-libs
diff --git a/PKGBUILD b/PKGBUILD
index 8e58b0e9e726..8236c3180b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/PurpleI2P/i2pd"
license=('BSD')
depends=('boost-libs' 'miniupnpc' 'openssl' 'zlib')
-makedepends=('boost' 'cmake')
+makedepends=('git' 'boost' 'cmake')
source=("${pkgname%%-git}::git+https://github.com/PurpleI2P/i2pd#branch=master")
install="${pkgname%%-git}.install"