summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-07-30 12:28:17 -0500
committerHurricanePootis2022-07-30 12:28:17 -0500
commit286a57ab37bf11b7637edb4bbb11341def395817 (patch)
treef5029de50f142d1a917aaebdf7abe806874f6f5b
parent4969f303cd2111c5fa9bdb1fafb0f1c7f986d71a (diff)
downloadaur-286a57ab37bf11b7637edb4bbb11341def395817.tar.gz
Yuzu-emu uses it's own discord-rpc repo now
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 714bfe8bdabb..73138fd9db70 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-git
pkgdesc = An experimental open-source emulator for the Nintendo Switch (newest features)
- pkgver = r21737.dfaab8f65
+ pkgver = r21802.68148cf4e
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
arch = i686
@@ -44,7 +44,7 @@ pkgbase = yuzu-mainline-git
source = git+https://github.com/MerryMage/dynarmic.git
source = libressl::git+https://github.com/citra-emu/ext-libressl-portable.git
source = git+https://github.com/libusb/libusb.git
- source = git+https://github.com/discord/discord-rpc.git
+ source = git+https://github.com/yuzu-emu/discord-rpc.git
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/ReinUsesLisp/sirit
source = git+https://github.com/yuzu-emu/mbedtls
diff --git a/PKGBUILD b/PKGBUILD
index e310b8d8dcbb..bc48a8f8a662 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=r21737.dfaab8f65
+pkgver=r21802.68148cf4e
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
@@ -44,7 +44,7 @@ source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-mainline"
'git+https://github.com/MerryMage/dynarmic.git'
'libressl::git+https://github.com/citra-emu/ext-libressl-portable.git'
'git+https://github.com/libusb/libusb.git'
- 'git+https://github.com/discord/discord-rpc.git'
+ 'git+https://github.com/yuzu-emu/discord-rpc.git'
'git+https://github.com/KhronosGroup/Vulkan-Headers.git'
'git+https://github.com/ReinUsesLisp/sirit'
'git+https://github.com/yuzu-emu/mbedtls'