1.1.625
This commit is contained in:
parent
97669e1436
commit
451557e497
2 changed files with 12 additions and 14 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,17 +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.614
|
pkgver = 1.1.625
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/Ryujinx/Ryujinx
|
url = https://github.com/Ryujinx/Ryujinx
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = dotnet-sdk
|
makedepends = dotnet-sdk
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = dotnet-runtime
|
depends = dotnet-runtime
|
||||||
provides = Ryujinx
|
conflicts = ryujinx-git
|
||||||
conflicts = Ryujinx
|
|
||||||
options = !strip
|
options = !strip
|
||||||
source = git+https://github.com/Ryujinx/Ryujinx#commit=5f38086f9494a4ffbcb4b0ce4b7727ad8ac18b3e
|
source = git+https://github.com/Ryujinx/Ryujinx#commit=6bf460e1041b969a453dc40ee6fb83164739bf9c
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = ryujinx
|
pkgname = ryujinx
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -2,17 +2,16 @@
|
||||||
|
|
||||||
_name=Ryujinx
|
_name=Ryujinx
|
||||||
pkgname=ryujinx
|
pkgname=ryujinx
|
||||||
pkgver=1.1.614
|
pkgver=1.1.625
|
||||||
_commit=5f38086f9494a4ffbcb4b0ce4b7727ad8ac18b3e
|
_commit=6bf460e1041b969a453dc40ee6fb83164739bf9c
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/Ryujinx/Ryujinx"
|
url="https://github.com/Ryujinx/Ryujinx"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('dotnet-runtime')
|
depends=('dotnet-runtime')
|
||||||
makedepends=('dotnet-sdk' 'git')
|
makedepends=('dotnet-sdk' 'git')
|
||||||
provides=($_name)
|
conflicts=(ryujinx-git)
|
||||||
conflicts=($_name)
|
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("git+$url#commit=$_commit")
|
source=("git+$url#commit=$_commit")
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
|
Loading…
Reference in a new issue