summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-08 20:33:08 -0500
committerGuillaume Horel2019-11-08 20:33:29 -0500
commitb808e981dc5c01d4e5a827cc9fd19bd17644219f (patch)
tree7493498d066787d4ab793dadc567a8efdd19602f
parent249a0f17006290c473d58aa9c1257f9aa25abf16 (diff)
downloadaur-b808e981dc5c01d4e5a827cc9fd19bd17644219f.tar.gz
add git to makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d2789adfd32..90173634c30d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libdecaf
arch = x86_64
license = MIT
makedepends = cmake
+ makedepends = git
makedepends = python
source = libdecaf-1.0.0::git+git://git.code.sf.net/p/ed448goldilocks/code
source = cmake.patch
diff --git a/PKGBUILD b/PKGBUILD
index 773cc6c8ec7d..240a05a17fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="A 448-bit Edwards curve"
url="https://sourceforge.net/projects/ed448goldilocks/"
depends=()
-makedepends=('cmake' 'python')
+makedepends=('cmake' 'git' 'python')
license=('MIT')
arch=('x86_64')
source=("libdecaf-1.0.0::git+git://git.code.sf.net/p/ed448goldilocks/code"