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

View file

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