summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvgeny Kurnevsky2018-09-25 12:11:59 +0300
committerEvgeny Kurnevsky2018-09-25 12:11:59 +0300
commiteb079d2131783a871471c9d377abe9a6ba9f84ea (patch)
treee95e5309255e70ed374979b0460a797fbaefaee7 /PKGBUILD
parent084045359a0d57bf7390cb0539fc0db2e487c977 (diff)
downloadaur-json-parser-git.tar.gz
Add git to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')