summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolas Koesling2024-08-17 22:15:28 +0200
committerNikolas Koesling2024-08-17 22:15:28 +0200
commita59a52cf075b05994b5273cfcdbada23a898b112 (patch)
treee0bf3b691307b705a263adc574f7ddb44164faa2 /PKGBUILD
parent7ad201bec2ce9189cd8e7dce194dc388d3fa13a5 (diff)
downloadaur-a59a52cf075b05994b5273cfcdbada23a898b112.tar.gz
update to v2.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e531119bfdf2..c24f36fe8e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=shm-modbus
-pkgrel=2
-pkgver=2.0.0
+pkgrel=1
+pkgver=2.1.3
pkgdesc="A collection of applications to simulate a shared memory based Modbus client"
url="https://github.com/SHMModbus/SHM_Modbus"
license=('GPL-3.0-only')
@@ -19,6 +19,4 @@ package() {
cd SHM_Modbus
install -Dm755 shm-modbus "${pkgdir}/usr/share/shm-modbus/shm-modbus.sh"
- install -Dm644 guided-commands.sh "${pkgdir}/usr/share/shm-modbus/guided-commands.sh"
- install -Dm644 manual-commands.sh "${pkgdir}/usr/share/shm-modbus/manual-commands.sh"
}