summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02c172779f27..a65f276ac79d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
- pkgver = 1.6.2
- pkgrel = 2
+ pkgver = 1.6.3
+ pkgrel = 1
url = https://github.com/SHMModbus/modbus_tcp_client_shm
arch = x86_64
arch = aarch64
@@ -15,7 +15,7 @@ pkgbase = modbus-tcp-client-shm
depends = cxxshm
depends = cxxsemaphore
depends = libmodbus
- source = git+https://github.com/SHMModbus/modbus_tcp_client_shm.git#tag=v1.6.2
+ source = git+https://github.com/SHMModbus/modbus_tcp_client_shm.git#tag=v1.6.3
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index 464bff873c07..6d7cae9aab55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=modbus-tcp-client-shm
-pkgrel=2
-pkgver=1.6.2
+pkgrel=1
+pkgver=1.6.3
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
url="https://github.com/SHMModbus/modbus_tcp_client_shm"
license=('GPL-3.0-only')