summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Kurnevsky2018-09-25 12:11:59 +0300
committerEvgeny Kurnevsky2018-09-25 12:11:59 +0300
commiteb079d2131783a871471c9d377abe9a6ba9f84ea (patch)
treee95e5309255e70ed374979b0460a797fbaefaee7
parent084045359a0d57bf7390cb0539fc0db2e487c977 (diff)
downloadaur-json-parser-git.tar.gz
Add git to makedepends.
-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')