summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolas Koesling2024-03-21 21:03:04 +0100
committerNikolas Koesling2024-03-21 21:03:04 +0100
commite35758e5a3436820da11f169010fb63c3647930d (patch)
tree3fbb59eb892ac502a9ec767d0ef894e61cc32bc5 /PKGBUILD
parentd12b102075daaaec873d86f07e12dab6992c8f31 (diff)
downloadaur-e35758e5a3436820da11f169010fb63c3647930d.tar.gz
update to 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1139f6d0717f..d3d5c56d0989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modbus-tcp-client-shm
pkgrel=1
-pkgver=1.5.2
+pkgver=1.5.3
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
url="https://github.com/NikolasK-source/modbus_tcp_client_shm"
license=('GPL-3.0-only')
@@ -16,8 +16,8 @@ prepare() {
cd modbus_tcp_client_shm
git submodule init
git submodule update
- mkdir -p build
- cmake -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF -B build .
+
+ cmake -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF -DCLANG_FORMAT=OFF -DCLANG_TIDY=OFF -B build .
}
build() {