summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 11:59:22 +0100
committerMartchus2020-02-05 11:59:22 +0100
commiteaff5831646eaa2b953135099c15a1726b6b95ee (patch)
treec2565f85b8d4dc33645bd3af4a6f0cb18c6fe16d
parentd4f4992382cca7a7209282aa67025bda38f38b0c (diff)
downloadaur-eaff5831646eaa2b953135099c15a1726b6b95ee.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 33da35966cfa..0df3599ed894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = mingw-w64-reflective-rapidjson
options = !strip
options = !emptydirs
source = reflective-rapidjson-0.0.12.tar.gz::https://github.com/Martchus/reflective-rapidjson/archive/v0.0.12.tar.gz
- sha256sums = 95692cfdb83e9658f2c4706b6a0b78cea91afbfb24a1b878efc39a05a4be7e23
+ sha256sums = d089ac56dec5c62a55fbb7b86915475ca6e3d990f4a8d71a66b021b1eeed8266
pkgname = mingw-w64-reflective-rapidjson
diff --git a/PKGBUILD b/PKGBUILD
index 7f544731e547..eab70954375b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine' 'mingw-w64-boost')
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=('95692cfdb83e9658f2c4706b6a0b78cea91afbfb24a1b878efc39a05a4be7e23')
+sha256sums=('d089ac56dec5c62a55fbb7b86915475ca6e3d990f4a8d71a66b021b1eeed8266')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')