This commit is contained in:
xiota 2024-12-28 06:46:44 +00:00
parent c19dfc3c24
commit f1f13da0b4
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ryujinx-canary
pkgdesc = Experimental Nintendo Switch Emulator written in C#
pkgver = 1.2.146
pkgver = 1.2.158
pkgrel = 1
url = https://github.com/Ryubing/Ryujinx
arch = x86_64
@ -9,9 +9,11 @@ pkgbase = ryujinx-canary
makedepends = dotnet-sdk-bin
depends = gcc-libs
depends = zlib
provides = ryujinx
conflicts = ryujinx
options = !strip
options = !debug
source = ryujinx-canary-1.2.146.tar.gz::https://github.com/Ryubing/Ryujinx/archive/refs/tags/Canary-1.2.146.tar.gz
source = ryujinx-canary-1.2.158.tar.gz::https://github.com/Ryubing/Ryujinx/archive/refs/tags/Canary-1.2.158.tar.gz
source = PKGBUILD.canary
source = PKGBUILD.common
sha256sums = SKIP

View file

@ -10,13 +10,16 @@ fi
_pkgname="ryujinx"
pkgname="$_pkgname-canary"
pkgver=1.2.146
pkgver=1.2.158
pkgrel=1
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
url="https://github.com/Ryubing/Ryujinx"
license=('MIT')
arch=('x86_64')
provides=("$_pkgname")
conflicts=("$_pkgname")
source "$startdir"/PKGBUILD.common
source "$startdir"/PKGBUILD.canary