Switch to git.suyu.dev. Delete AUR repo and reclone if problems arrise
This commit is contained in:
parent
df7db0ed31
commit
8c8663bb55
2 changed files with 16 additions and 16 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
pkgbase = suyu-dev-qt6-git
|
pkgbase = suyu-dev-qt6-git
|
||||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
|
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
|
||||||
pkgver = r27265.383a243aa7
|
pkgver = r27269.b6ad090424
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/suyu-emu/suyu
|
url = https://git.suyu.dev/suyu/suyu
|
||||||
install = suyu-dev-qt6-git.install
|
install = suyu-dev-qt6-git.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
|
@ -52,15 +52,15 @@ pkgbase = suyu-dev-qt6-git
|
||||||
conflicts = suyu-git
|
conflicts = suyu-git
|
||||||
options = !debug
|
options = !debug
|
||||||
options = lto
|
options = lto
|
||||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
source = git+https://git.suyu.dev/suyu/suyu.git#branch=dev
|
||||||
source = git+https://github.com/lsalzman/enet.git
|
source = git+https://github.com/lsalzman/enet.git
|
||||||
source = git+https://github.com/mozilla/cubeb.git
|
source = git+https://github.com/mozilla/cubeb.git
|
||||||
source = git+https://gitlab.com/suyu-emu/dynarmic.git
|
source = git+https://git.suyu.dev/suyu/dynarmic.git
|
||||||
source = git+https://github.com/libusb/libusb.git
|
source = git+https://github.com/libusb/libusb.git
|
||||||
source = git+https://github.com/suyu-emu/discord-rpc.git
|
source = git+https://git.suyu.dev/suyu/discord-rpc.git
|
||||||
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
|
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||||
source = git+https://gitlab.com/suyu-emu/sirit.git
|
source = git+https://git.suyu.dev/suyu/sirit.git
|
||||||
source = git+https://gitlab.com/suyu-emu/mbedtls.git
|
source = git+https://git.suyu.dev/suyu/mbedtls.git
|
||||||
source = git+https://github.com/herumi/xbyak.git
|
source = git+https://github.com/herumi/xbyak.git
|
||||||
source = git+https://github.com/xiph/opus.git
|
source = git+https://github.com/xiph/opus.git
|
||||||
source = git+https://github.com/libsdl-org/SDL.git
|
source = git+https://github.com/libsdl-org/SDL.git
|
||||||
|
@ -71,7 +71,7 @@ pkgbase = suyu-dev-qt6-git
|
||||||
source = git+https://github.com/bylaws/libadrenotools.git
|
source = git+https://github.com/bylaws/libadrenotools.git
|
||||||
source = git+https://github.com/lat9nq/tzdb_to_nx.git
|
source = git+https://github.com/lat9nq/tzdb_to_nx.git
|
||||||
source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||||
source = git+https://gitlab.com/suyu-emu/breakpad.git
|
source = git+https://git.suyu.dev/suyu/breakpad.git
|
||||||
source = git+https://github.com/brofield/simpleini.git
|
source = git+https://github.com/brofield/simpleini.git
|
||||||
source = git+https://github.com/merryhime/oaknut.git
|
source = git+https://github.com/merryhime/oaknut.git
|
||||||
source = git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
source = git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
||||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -4,11 +4,11 @@
|
||||||
_pkgname=suyu
|
_pkgname=suyu
|
||||||
_branch=dev
|
_branch=dev
|
||||||
pkgname=suyu-dev-qt6-git
|
pkgname=suyu-dev-qt6-git
|
||||||
pkgver=r27265.383a243aa7
|
pkgver=r27269.b6ad090424
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
|
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://gitlab.com/suyu-emu/suyu
|
url=https://git.suyu.dev/suyu/suyu
|
||||||
license=(GPL-3.0-or-later)
|
license=(GPL-3.0-or-later)
|
||||||
provides=('suyu')
|
provides=('suyu')
|
||||||
conflicts=(suyu-dev-git suyu-git)
|
conflicts=(suyu-dev-git suyu-git)
|
||||||
|
@ -60,15 +60,15 @@ makedepends=(
|
||||||
)
|
)
|
||||||
options=(!debug lto)
|
options=(!debug lto)
|
||||||
source=(
|
source=(
|
||||||
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
git+https://git.suyu.dev/suyu/suyu.git#branch=${_branch}
|
||||||
git+https://github.com/lsalzman/enet.git
|
git+https://github.com/lsalzman/enet.git
|
||||||
git+https://github.com/mozilla/cubeb.git
|
git+https://github.com/mozilla/cubeb.git
|
||||||
git+https://gitlab.com/suyu-emu/dynarmic.git
|
git+https://git.suyu.dev/suyu/dynarmic.git
|
||||||
git+https://github.com/libusb/libusb.git
|
git+https://github.com/libusb/libusb.git
|
||||||
git+https://github.com/suyu-emu/discord-rpc.git
|
git+https://git.suyu.dev/suyu/discord-rpc.git
|
||||||
git+https://github.com/KhronosGroup/Vulkan-Headers.git
|
git+https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||||
git+https://gitlab.com/suyu-emu/sirit.git
|
git+https://git.suyu.dev/suyu/sirit.git
|
||||||
git+https://gitlab.com/suyu-emu/mbedtls.git
|
git+https://git.suyu.dev/suyu/mbedtls.git
|
||||||
git+https://github.com/herumi/xbyak.git
|
git+https://github.com/herumi/xbyak.git
|
||||||
git+https://github.com/xiph/opus.git
|
git+https://github.com/xiph/opus.git
|
||||||
git+https://github.com/libsdl-org/SDL.git
|
git+https://github.com/libsdl-org/SDL.git
|
||||||
|
@ -79,7 +79,7 @@ source=(
|
||||||
git+https://github.com/bylaws/libadrenotools.git
|
git+https://github.com/bylaws/libadrenotools.git
|
||||||
git+https://github.com/lat9nq/tzdb_to_nx.git
|
git+https://github.com/lat9nq/tzdb_to_nx.git
|
||||||
git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||||
git+https://gitlab.com/suyu-emu/breakpad.git
|
git+https://git.suyu.dev/suyu/breakpad.git
|
||||||
git+https://github.com/brofield/simpleini.git
|
git+https://github.com/brofield/simpleini.git
|
||||||
git+https://github.com/merryhime/oaknut.git
|
git+https://github.com/merryhime/oaknut.git
|
||||||
git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
||||||
|
|
Reference in a new issue