summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-21 16:41:32 +0200
committerMartchus2018-09-21 16:41:32 +0200
commit0068a43d14eb608b6ac59cf84dcb7c1892b86b1d (patch)
tree501c463d456d96a563338200b958354f1b9c1353
parent6fdaa2b463215bed0942ba99bed5740d076d6ea9 (diff)
downloadaur-0068a43d14eb608b6ac59cf84dcb7c1892b86b1d.tar.gz
Fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 073d9de9734f..2c312de4399f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-reflective-rapidjson
options = !strip
options = !emptydirs
source = reflective-rapidjson-0.0.5.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.5.tar.gz
- sha256sums = 3ba7c7f2a73c9ab2afe38cd884b8f1290e770f17c9fd497de5468c7d4a690bdb
+ sha256sums = 7de997399332b723810833756c39b97e2ffa4160d5453ce1e2af6b4f5f4f90a7
pkgname = mingw-w64-reflective-rapidjson
diff --git a/PKGBUILD b/PKGBUILD
index d8a5c29b65f2..1dbbe9b9b0a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=("$_name-doc: API documentation")
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('3ba7c7f2a73c9ab2afe38cd884b8f1290e770f17c9fd497de5468c7d4a690bdb')
+sha256sums=('7de997399332b723810833756c39b97e2ffa4160d5453ce1e2af6b4f5f4f90a7')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'