summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-07-13 13:54:15 +0200
committerbartus2021-11-02 08:21:37 +0100
commit6e023f78ed8220f5be916695be01ca1bf8283cd0 (patch)
tree492d3560965437f2c036a2198bd201806985b36d /PKGBUILD
parentb3496a8fb82bfaf83a7b35fc4fb3d482e146e38a (diff)
downloadaur-picojson-git.tar.gz
aurutils: add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3212b34fab7b..bba140ad9541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: wicast <wicastchen at hotmail dot com>
pkgname=picojson-git
-pkgver=v1.3.0.r14.g13d3c0d
+pkgver=v1.3.0.r51.g111c9be
pkgrel=1
pkgdesc="a header-file-only, JSON parser serializer in C++"
arch=(any)
url="https://github.com/kazuho/picojson"
license=('BSD2')
+makedepends=(git)
source=(${pkgname%-git}::git+https://github.com/kazuho/picojson.git)
md5sums=(SKIP)