This commit is contained in:
Marco Rubin 2023-02-18 15:08:47 +01:00
parent 97669e1436
commit 451557e497
2 changed files with 12 additions and 14 deletions

View file

@ -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

View file

@ -2,26 +2,25 @@
_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')
# pkgver() { # pkgver() {
# cd $_name # cd $_name
# # changelog is $url/wiki/Changelog, needs python-html2text # # changelog is $url/wiki/Changelog, needs python-html2text
# _commit_msg=$(git log -1 --pretty=%B | awk '{$NF=""}1') # remove PR number in parentheses # _commit_msg=$(git log -1 --pretty=%B | awk '{$NF=""}1') # remove PR number in parentheses
# html2text ../Changelog | grep -B 4 "${_commit_msg::length - 1}" | head -n 1 | awk '{print $2}' # html2text ../Changelog | grep -B 4 "${_commit_msg::length - 1}" | head -n 1 | awk '{print $2}'
# } # }
build() { build() {