summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-09-01 20:07:31 +0200
committerMichel Zou2022-09-01 20:07:31 +0200
commit6f9190c0107d1a5d0b63bb5b07d41c44fcb922cb (patch)
treea6cb1cf87e2815be2d8551b401f5f8af022412b9 /PKGBUILD
parentb58dcd5bfd51c5919fff2ea83ff2d49208340b39 (diff)
downloadaur-mingw-w64-rapidyaml.tar.gz
0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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() {