summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolas Koesling2024-03-31 19:32:30 +0200
committerNikolas Koesling2024-03-31 19:33:11 +0200
commitc934e76b920d7df33f0221ab4f913d7385f0069f (patch)
treea3dab6da29d4c1c1424ee35a1896fb3af1e5c731 /PKGBUILD
parente35758e5a3436820da11f169010fb63c3647930d (diff)
downloadaur-c934e76b920d7df33f0221ab4f913d7385f0069f.tar.gz
update to v1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3d5c56d0989..572480df88f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=modbus-tcp-client-shm
-pkgrel=1
-pkgver=1.5.3
+pkgrel=2
+pkgver=1.6.0
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')
arch=('x86_64' 'aarch64')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'git' 'cxxopts' 'cxxshm' 'cxxsemaphore' 'libmodbus')
+depends=('cxxshm' 'cxxsemaphore' 'libmodbus')
source=("git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v${pkgver}")
sha256sums=('SKIP')