summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Koesling2024-04-19 21:06:23 +0200
committerNikolas Koesling2024-04-19 21:06:23 +0200
commit93999e74f025deb6ae5e452fd7dad4a4cf42858f (patch)
tree47b00a733becf62c978af01b19a1ffb32b934d9d
parent6b165b791745067baf2bfdeb154a9b0e82a47808 (diff)
downloadaur-93999e74f025deb6ae5e452fd7dad4a4cf42858f.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 1b3047f6311b..79ca6ce9493e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = write-shm
pkgdesc = Write to a shared memory
pkgver = 1.1.1
- pkgrel = 1
- url = https://github.com/NikolasK-source/write_shm
+ pkgrel = 2
+ url = https://github.com/SHMModbus/write_shm
arch = x86_64
arch = aarch64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = write-shm
makedepends = cxxsemaphore
depends = cxxshm
depends = cxxsemaphore
- source = git+https://github.com/NikolasK-source/write_shm.git#tag=v1.1.1
+ source = git+https://github.com/SHMModbus/write_shm.git#tag=v1.1.1
sha256sums = SKIP
pkgname = write-shm
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')