diff options
author | Nikolas Koesling | 2024-08-17 22:15:28 +0200 |
---|---|---|
committer | Nikolas Koesling | 2024-08-17 22:15:28 +0200 |
commit | a59a52cf075b05994b5273cfcdbada23a898b112 (patch) | |
tree | e0bf3b691307b705a263adc574f7ddb44164faa2 /PKGBUILD | |
parent | 7ad201bec2ce9189cd8e7dce194dc388d3fa13a5 (diff) | |
download | aur-a59a52cf075b05994b5273cfcdbada23a898b112.tar.gz |
update to v2.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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" } |