Update to git.suyu.dev. Delete repo if problems arrise.
This commit is contained in:
parent
65c9fe086c
commit
90e3e237e4
2 changed files with 16 additions and 16 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
pkgbase = suyu-git
|
||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (master branch)
|
||||
pkgver = r27264.fec573fd6a
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/suyu-emu/suyu
|
||||
pkgrel = 2
|
||||
url = https://git.suyu.dev/suyu/suyu
|
||||
install = suyu-git.install
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
|
@ -48,15 +48,15 @@ pkgbase = suyu-git
|
|||
provides = suyu
|
||||
options = !debug
|
||||
options = lto
|
||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=master
|
||||
source = git+https://git.suyu.dev/suyu/suyu.git#branch=master
|
||||
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
|
||||
|
@ -67,7 +67,7 @@ pkgbase = suyu-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
|
@ -5,10 +5,10 @@ _pkgname=suyu
|
|||
_branch=master
|
||||
pkgname=suyu-git
|
||||
pkgver=r27264.fec573fd6a
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (master 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')
|
||||
install=$pkgname.install
|
||||
|
@ -57,15 +57,15 @@ makedepends=(
|
|||
)
|
||||
options=(!debug lto)
|
||||
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
|
||||
|
@ -76,7 +76,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