Update to git.suyu.dev. Delete repo if problems arrise
This commit is contained in:
parent
01b902c6c9
commit
75922517c5
2 changed files with 16 additions and 16 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
pkgbase = suyu-dev-git
|
||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
|
||||
pkgver = r27265.383a243aa7
|
||||
pkgver = r27269.b6ad090424
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/suyu-emu/suyu
|
||||
url = https://git.suyu.dev/suyu/suyu
|
||||
install = suyu-dev-git.install
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
|
@ -53,15 +53,15 @@ pkgbase = suyu-dev-git
|
|||
options = !debug
|
||||
options = lto
|
||||
options = strip
|
||||
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/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/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://gitlab.com/suyu-emu/sirit.git
|
||||
source = git+https://gitlab.com/suyu-emu/mbedtls.git
|
||||
source = git+https://git.suyu.dev/suyu/sirit.git
|
||||
source = git+https://git.suyu.dev/suyu/mbedtls.git
|
||||
source = git+https://github.com/herumi/xbyak.git
|
||||
source = git+https://github.com/xiph/opus.git
|
||||
source = git+https://github.com/libsdl-org/SDL.git
|
||||
|
@ -72,7 +72,7 @@ pkgbase = suyu-dev-git
|
|||
source = git+https://github.com/bylaws/libadrenotools.git
|
||||
source = git+https://github.com/lat9nq/tzdb_to_nx.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/merryhime/oaknut.git
|
||||
source = git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -4,11 +4,11 @@
|
|||
_pkgname=suyu
|
||||
_branch=dev
|
||||
pkgname=suyu-dev-git
|
||||
pkgver=r27265.383a243aa7
|
||||
pkgver=r27269.b6ad090424
|
||||
pkgrel=1
|
||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
||||
arch=(x86_64)
|
||||
url=https://gitlab.com/suyu-emu/suyu
|
||||
url=https://git.suyu.dev/suyu/suyu
|
||||
license=(GPL-3.0-or-later)
|
||||
provides=('suyu')
|
||||
conflicts=(suyu-git suyu-dev-qt6-git)
|
||||
|
@ -60,15 +60,15 @@ makedepends=(
|
|||
)
|
||||
options=(!debug lto strip)
|
||||
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/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/suyu-emu/discord-rpc.git
|
||||
git+https://git.suyu.dev/suyu/discord-rpc.git
|
||||
git+https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||
git+https://gitlab.com/suyu-emu/sirit.git
|
||||
git+https://gitlab.com/suyu-emu/mbedtls.git
|
||||
git+https://git.suyu.dev/suyu/sirit.git
|
||||
git+https://git.suyu.dev/suyu/mbedtls.git
|
||||
git+https://github.com/herumi/xbyak.git
|
||||
git+https://github.com/xiph/opus.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/lat9nq/tzdb_to_nx.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/merryhime/oaknut.git
|
||||
git+https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
||||
|
|
Reference in a new issue