summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2018-12-12 09:17:26 +0900
committerDDoSolitary2018-12-12 09:17:32 +0900
commit3d2af254dca6fdc1ce5e72e9f5ac2d21dfe1c05c (patch)
tree5b0f5c4a2fb1de7678eb25bcf832d0698fb33805
parentd1b03a09566eb273f91ca7eac54f76efeccea4b2 (diff)
downloadaur-3d2af254dca6fdc1ce5e72e9f5ac2d21dfe1c05c.tar.gz
Add git to makedepends.
-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"