summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7a6a547879e..0c4f33f0a766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-rapidyaml
pkgdesc = A library to parse and emit YAML, and do it fast (mingw-w64)
- pkgver = 0.3.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/biojppm/rapidyaml
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-rapidyaml
options = !buildflags
options = !strip
options = staticlibs
- source = git+https://github.com/biojppm/rapidyaml.git#tag=v0.3.0
+ source = git+https://github.com/biojppm/rapidyaml.git#tag=v0.4.1
sha256sums = SKIP
pkgname = mingw-w64-rapidyaml
diff --git a/PKGBUILD b/PKGBUILD
index dcf7bb2f11ce..1472bdc6f537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-rapidyaml
-pkgver=0.3.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='A library to parse and emit YAML, and do it fast (mingw-w64)'
depends=('mingw-w64-crt')
@@ -16,7 +16,6 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare () {
cd "$srcdir"/rapidyaml
git submodule update --force --init --recursive
- sed -i "s|Windows.h|windows.h|g" ext/c4core/src/c4/windows.hpp
}
build() {