summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-09-01 20:07:31 +0200
committerMichel Zou2022-09-01 20:07:31 +0200
commit6f9190c0107d1a5d0b63bb5b07d41c44fcb922cb (patch)
treea6cb1cf87e2815be2d8551b401f5f8af022412b9
parentb58dcd5bfd51c5919fff2ea83ff2d49208340b39 (diff)
downloadaur-6f9190c0107d1a5d0b63bb5b07d41c44fcb922cb.tar.gz
0.4.1
-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() {