summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-19 21:01:51 +0200
committerNikolas Koesling2024-04-19 21:01:51 +0200
commitc344584575fe50b24a6c0f87b914158aae7b0f41 (patch)
tree2983fceeed69d2e09813f395cf5294ba8d9e3067
parent7e5cb47fcecebab1e720d05b38c8a3dde9fd5cbf (diff)
downloadaur-c344584575fe50b24a6c0f87b914158aae7b0f41.tar.gz
upstream moved to github organization SHMModbus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c457120781f..02c172779f27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = modbus-tcp-client-shm
pkgdesc = modbus tcp client that stores its data (registers) in shared memory
pkgver = 1.6.2
- pkgrel = 1
- url = https://github.com/NikolasK-source/modbus_tcp_client_shm
+ pkgrel = 2
+ url = https://github.com/SHMModbus/modbus_tcp_client_shm
arch = x86_64
arch = aarch64
license = GPL-3.0-only
@@ -15,7 +15,7 @@ pkgbase = modbus-tcp-client-shm
depends = cxxshm
depends = cxxsemaphore
depends = libmodbus
- source = git+https://github.com/NikolasK-source/modbus_tcp_client_shm.git#tag=v1.6.2
+ source = git+https://github.com/SHMModbus/modbus_tcp_client_shm.git#tag=v1.6.2
sha256sums = SKIP
pkgname = modbus-tcp-client-shm
diff --git a/PKGBUILD b/PKGBUILD
index 48e129b837ab..464bff873c07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=modbus-tcp-client-shm
-pkgrel=1
+pkgrel=2
pkgver=1.6.2
pkgdesc="modbus tcp client that stores its data (registers) in shared memory"
-url="https://github.com/NikolasK-source/modbus_tcp_client_shm"
+url="https://github.com/SHMModbus/modbus_tcp_client_shm"
license=('GPL-3.0-only')
arch=('x86_64' 'aarch64')
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}")
+source=("git+https://github.com/SHMModbus/modbus_tcp_client_shm.git#tag=v${pkgver}")
sha256sums=('SKIP')