summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-04-23 16:14:45 +0200
committerMarco Rubin2023-04-23 16:14:45 +0200
commit4b506c08bed958c1c2d528fa02463e6e7faff693 (patch)
treed3cac4ea56e5a10e0dd0936d88e834f6ee651268
parent451557e4974546436ef314511e098b9ea99b0bdb (diff)
downloadaur-4b506c08bed958c1c2d528fa02463e6e7faff693.tar.gz
1.1.726
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c3388bbffa0..fde88ad2f9c6 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 c6b29ce8f3da..331f2def09ef 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")