mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
1.2.158
This commit is contained in:
parent
c19dfc3c24
commit
f1f13da0b4
2 changed files with 8 additions and 3 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue