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