summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-19 21:06:23 +0200
committerNikolas Koesling2024-04-19 21:06:23 +0200
commit93999e74f025deb6ae5e452fd7dad4a4cf42858f (patch)
tree47b00a733becf62c978af01b19a1ffb32b934d9d /PKGBUILD
parent6b165b791745067baf2bfdeb154a9b0e82a47808 (diff)
downloadaur-write-shm.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 211344cbddd7..73eac68cf187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nikolas Koesling <nikolas@koesling.network>
pkgname=write-shm
-pkgrel=1
+pkgrel=2
pkgver=1.1.1
pkgdesc="Write to a shared memory"
-url="https://github.com/NikolasK-source/write_shm"
+url="https://github.com/SHMModbus/write_shm"
license=('MIT')
arch=('x86_64' 'aarch64')
makedepends=('cmake' 'git' 'cxxopts' 'cxxshm' 'cxxsemaphore')
depends=('cxxshm' 'cxxsemaphore')
-source=("git+https://github.com/NikolasK-source/write_shm.git#tag=v${pkgver}")
+source=("git+https://github.com/SHMModbus/write_shm.git#tag=v${pkgver}")
sha256sums=('SKIP')