1.1.1321
This commit is contained in:
parent
983249e429
commit
cb334b59bc
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,16 +1,16 @@
|
|||
pkgbase = ryujinx
|
||||
pkgdesc = Experimental Nintendo Switch Emulator written in C#
|
||||
pkgver = 1.1.1310
|
||||
pkgver = 1.1.1321
|
||||
pkgrel = 1
|
||||
url = https://github.com/Ryujinx/Ryujinx
|
||||
install = ryujinx.install
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = desktop-file-utils
|
||||
makedepends = dotnet-sdk>=8.0.4.sdk204
|
||||
makedepends = dotnet-sdk>=8.0.5.sdk300
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = ryujinx-1.1.1310.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1310.tar.gz
|
||||
source = ryujinx-1.1.1321.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1321.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = ryujinx
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -16,7 +16,7 @@ unset _pkgtype
|
|||
## basic info
|
||||
_pkgname="ryujinx"
|
||||
pkgname="$_pkgname${_pkgtype:-}"
|
||||
pkgver=1.1.1310
|
||||
pkgver=1.1.1321
|
||||
pkgrel=1
|
||||
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
||||
url="https://github.com/Ryujinx/Ryujinx"
|
||||
|
@ -27,7 +27,7 @@ arch=(x86_64)
|
|||
_main_package() {
|
||||
makedepends=(
|
||||
'desktop-file-utils'
|
||||
'dotnet-sdk>=8.0.4.sdk204' # AUR: dotnet-core-bin
|
||||
'dotnet-sdk>=8.0.5.sdk300' # AUR: dotnet-core-bin
|
||||
)
|
||||
|
||||
options=('!strip' '!debug')
|
||||
|
|
Loading…
Reference in a new issue