This commit is contained in:
Marco Rubin 2023-04-23 16:14:45 +02:00
parent 451557e497
commit 4b506c08be
2 changed files with 8 additions and 8 deletions

View file

@ -1,16 +1,16 @@
pkgbase = ryujinx
pkgdesc = Experimental Nintendo Switch Emulator written in C#
pkgver = 1.1.625
pkgver = 1.1.726
pkgrel = 1
url = https://github.com/Ryujinx/Ryujinx
arch = x86_64
license = MIT
makedepends = dotnet-sdk
makedepends = dotnet-sdk-bin
makedepends = git
depends = dotnet-runtime
depends = dotnet-runtime-bin
conflicts = ryujinx-git
options = !strip
source = git+https://github.com/Ryujinx/Ryujinx#commit=6bf460e1041b969a453dc40ee6fb83164739bf9c
source = git+https://github.com/Ryujinx/Ryujinx#commit=8d9d508dc78eb5225c99cb425fa484999f3c4305
b2sums = SKIP
pkgname = ryujinx

View file

@ -2,15 +2,15 @@
_name=Ryujinx
pkgname=ryujinx
pkgver=1.1.625
_commit=6bf460e1041b969a453dc40ee6fb83164739bf9c
pkgver=1.1.726
_commit=8d9d508dc78eb5225c99cb425fa484999f3c4305
pkgrel=1
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
arch=(x86_64)
url="https://github.com/Ryujinx/Ryujinx"
license=('MIT')
depends=('dotnet-runtime')
makedepends=('dotnet-sdk' 'git')
depends=('dotnet-runtime-bin')
makedepends=('dotnet-sdk-bin' 'git')
conflicts=(ryujinx-git)
options=(!strip)
source=("git+$url#commit=$_commit")