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