summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2023-06-06 16:12:58 -0700
committerZion Nimchuk2023-06-06 16:12:58 -0700
commitbea0fa011a1068a16dbb2eca278cd19dc533461a (patch)
treeaf635daa4cecad96ba436565354caf6bdd2953e3
parent253dfc60346ecbf88d126ef37cdb7479977fd645 (diff)
downloadaur-bea0fa011a1068a16dbb2eca278cd19dc533461a.tar.gz
Change cubeb repo
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056a512c0cd4..89c825d8f621 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-git
pkgdesc = An experimental open-source emulator for the Nintendo Switch
- pkgver = r23740.e9069dfe7
+ pkgver = r24275.238e46ec9
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu
arch = i686
@@ -39,7 +39,7 @@ pkgbase = yuzu-git
source = yuzu::git+https://github.com/yuzu-emu/yuzu
source = git+https://github.com/lsalzman/enet.git
source = git+https://github.com/benhoyt/inih.git
- source = git+https://github.com/kinetiknz/cubeb.git
+ source = git+https://github.com/mozilla/cubeb.git
source = git+https://github.com/MerryMage/dynarmic.git
source = git+https://github.com/libusb/libusb.git
source = git+https://github.com/yuzu-emu/discord-rpc.git
diff --git a/PKGBUILD b/PKGBUILD
index b9a5c44e0412..6b32971c1b09 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yuzu
pkgname=$_pkgname-git
-pkgver=r23740.e9069dfe7
+pkgver=r24275.238e46ec9
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch'
arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@ makedepends=('boost'
source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu"
'git+https://github.com/lsalzman/enet.git'
'git+https://github.com/benhoyt/inih.git'
- 'git+https://github.com/kinetiknz/cubeb.git'
+ 'git+https://github.com/mozilla/cubeb.git'
'git+https://github.com/MerryMage/dynarmic.git'
'git+https://github.com/libusb/libusb.git'
'git+https://github.com/yuzu-emu/discord-rpc.git'