summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-03-21 21:03:04 +0100
committerNikolas Koesling2024-03-21 21:03:04 +0100
commite35758e5a3436820da11f169010fb63c3647930d (patch)
tree3fbb59eb892ac502a9ec767d0ef894e61cc32bc5
parentd12b102075daaaec873d86f07e12dab6992c8f31 (diff)
downloadaur-e35758e5a3436820da11f169010fb63c3647930d.tar.gz
update to 1.5.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89644cb50ec..2f553f619bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/NikolasK-source/modbus_tcp_client_shm
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = modbus-tcp-client-shm
license = GPL-3.0-only
makedepends = cmake
makedepends = git
- source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.5.2
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.5.3
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
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() {