summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-19 21:01:51 +0200
committerNikolas Koesling2024-04-19 21:01:51 +0200
commitc344584575fe50b24a6c0f87b914158aae7b0f41 (patch)
tree2983fceeed69d2e09813f395cf5294ba8d9e3067 /PKGBUILD
parent7e5cb47fcecebab1e720d05b38c8a3dde9fd5cbf (diff)
downloadaur-c344584575fe50b24a6c0f87b914158aae7b0f41.tar.gz
upstream moved to github organization SHMModbus
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')