summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5e794bf2701..bf88c1ec0e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=dump-shm
-pkgrel=1
+pkgrel=2
pkgver=1.3.1
pkgdesc="dump content of a shared memory to stdout"
-url="https://github.com/NikolasK-source/dump_shm"
+url="https://github.com/SHMModbus/dump_shm"
license=('MIT')
arch=('x86_64' 'aarch64')
makedepends=('cmake' 'git' 'cxxopts' 'cxxshm' 'cxxsemaphore')
depends=('cxxshm' 'cxxsemaphore')
-source=("git+https://github.com/NikolasK-source/dump_shm.git#tag=v${pkgver}")
+source=("git+https://github.com/SHMModbus/dump_shm.git#tag=v${pkgver}")
sha256sums=('SKIP')