summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2022-02-22 14:33:26 +0100
committerJacek Szafarkiewicz2022-02-22 14:33:26 +0100
commitc25422e286ff1533bd81b485b7ecfde0b5d87dbc (patch)
tree2486dbc3993a86d1d4a4f5a3585c4c7f9db63a52
parent4f1164a2defec46d2b88cb1ececf3349d702b61c (diff)
downloadaur-c25422e286ff1533bd81b485b7ecfde0b5d87dbc.tar.gz
Use SunshineStream github repo
Signed-off-by: Jacek Szafarkiewicz <szafar@linux.pl>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a21232461f..61e48a0372ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = sunshine-git
pkgdesc = Open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield
pkgver = 0.11.1.751.e4c9c29
pkgrel = 1
- url = https://github.com/loki-47-6F-64/sunshine
+ url = https://github.com/SunshineStream/sunshine
install = sunshine.install
arch = x86_64
arch = i686
@@ -25,7 +25,7 @@ pkgbase = sunshine-git
depends = udev
provides = sunshine
conflicts = sunshine
- source = sunshine-git::git+https://github.com/loki-47-6F-64/sunshine.git
+ source = sunshine-git::git+https://github.com/SunshineStream/sunshine.git
source = udev.rules
sha256sums = SKIP
sha256sums = 5ce01689247cb01d3f119cac32c731607d99bb875dcdd39c92b547f76d2befa0
diff --git a/PKGBUILD b/PKGBUILD
index eb8ab4416e98..ab966c06070c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=sunshine-git
pkgver=0.11.1.751.e4c9c29
pkgrel=1
pkgdesc="Open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield"
-url="https://github.com/loki-47-6F-64/sunshine"
+url="https://github.com/SunshineStream/sunshine"
arch=('x86_64' 'i686')
license=('GPL3')
@@ -15,7 +15,7 @@ makedepends=('git' 'cmake' 'boost' 'make')
provides=('sunshine')
conflicts=("sunshine")
-source=("$pkgname::git+https://github.com/loki-47-6F-64/sunshine.git"
+source=("$pkgname::git+https://github.com/SunshineStream/sunshine.git"
"udev.rules")
sha256sums=('SKIP'
'5ce01689247cb01d3f119cac32c731607d99bb875dcdd39c92b547f76d2befa0')