summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 508a0f3acf8d..bfad9a730fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-rapidjson
pkgdesc = A fast JSON parser/generator for C++ with both SAX/DOM style API (mingw-w64)
pkgver = 1.1.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/miloyip/rapidjson
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = mingw-w64-rapidjson
makedepends = mingw-w64-gcc
makedepends = mingw-w64-cmake
makedepends = ninja
+ makedepends = git
options = !buildflags
options = staticlibs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 99f6aae00f6b..64ee4dfc0b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_reponame=rapidjson
pkgname=mingw-w64-$_reponame
pkgver=1.1.0
-pkgrel=5
+pkgrel=6
pkgdesc='A fast JSON parser/generator for C++ with both SAX/DOM style API (mingw-w64)'
arch=('any')
url='https://github.com/miloyip/rapidjson'
license=('MIT')
-makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja')
+makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'ninja' 'git')
checkdepends=('mingw-w64-wine' 'python')
source=(
"$_reponame-$pkgver.tar.gz::https://github.com/miloyip/$_reponame/archive/v$pkgver.tar.gz"