summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c4f0721d216..fef42c9aeeb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = json-parser-git
arch = i686
arch = x86_64
license = BSD
+ makedepends = git
source = json-parser-git::git+https://github.com/udp/json-parser
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2cfd09b55654..7b856fceff64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgver=v1.1.0.r19.gb1b09b5
pkgrel=1
pkgdesc='Very low footprint JSON parser written in portable ANSI C'
arch=('i686' 'x86_64')
+makedepends=('git')
url='https://github.com/udp/json-parser'
license=('BSD')
source=('json-parser-git::git+https://github.com/udp/json-parser')