summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-01-29 19:43:41 +0100
committerNikolas Koesling2024-01-29 19:43:41 +0100
commitd12b102075daaaec873d86f07e12dab6992c8f31 (patch)
tree84ec0a5083497fa2b96ac671df0b8362734a5fa9
parent36ffc6cf9eb49819865f37740c126a4eba5a78e0 (diff)
downloadaur-d12b102075daaaec873d86f07e12dab6992c8f31.tar.gz
update to v1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2eca75ee21..a89644cb50ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
- pkgver = 1.4.0
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/NikolasK-source/modbus_tcp_client_shm
arch = x86_64
arch = aarch64
- license = MIT
+ license = GPL-3.0-only
makedepends = cmake
makedepends = git
- source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.4.0
+ source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.5.2
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index 45be71cdd008..1139f6d0717f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=modbus-tcp-client-shm
pkgrel=1
-pkgver=1.4.0
+pkgver=1.5.2
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
url="https://github.com/NikolasK-source/modbus_tcp_client_shm"
-license=('MIT')
+license=('GPL-3.0-only')
arch=('x86_64' 'aarch64')
makedepends=('cmake' 'git')
source=("git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v${pkgver}")
@@ -28,5 +28,4 @@ build() {
package() {
cd modbus_tcp_client_shm
install -Dm755 build/modbus-tcp-client-shm "${pkgdir}/usr/bin/modbus-tcp-client-shm"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}