From 4b506c08bed958c1c2d528fa02463e6e7faff693 Mon Sep 17 00:00:00 2001 From: Marco Rubin Date: Sun, 23 Apr 2023 16:14:45 +0200 Subject: [PATCH] 1.1.726 --- .SRCINFO | 8 ++++---- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0c3388b..fde88ad 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index c6b29ce..331f2de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")