diff --git a/.SRCINFO b/.SRCINFO index 769cabb..da24cb0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,20 +1,17 @@ pkgbase = ryujinx pkgdesc = Experimental Nintendo Switch Emulator written in C# - pkgver = 1.1.458 - pkgrel = 2 + pkgver = 1.1.500 + pkgrel = 1 url = https://github.com/Ryujinx/Ryujinx arch = x86_64 license = MIT makedepends = dotnet-sdk makedepends = git - makedepends = html2text depends = dotnet-runtime provides = Ryujinx conflicts = Ryujinx options = !strip - source = git+https://github.com/Ryujinx/Ryujinx#commit=459c4caebac0bc16c04467d9dcd2ef7a9fc0bd92 - source = https://github.com/Ryujinx/Ryujinx/wiki/Changelog - b2sums = SKIP + source = git+https://github.com/Ryujinx/Ryujinx#commit=2b23463daa01226c5569d8e61d1d0959570354cf b2sums = SKIP pkgname = ryujinx diff --git a/PKGBUILD b/PKGBUILD index 9a2f8f1..3b59dd1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,28 +2,27 @@ _name=Ryujinx pkgname=ryujinx -pkgver=1.1.458 -_commit=459c4caebac0bc16c04467d9dcd2ef7a9fc0bd92 -pkgrel=2 +pkgver=1.1.500 +_commit=2b23463daa01226c5569d8e61d1d0959570354cf +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' 'html2text') +makedepends=('dotnet-sdk' 'git') provides=($_name) conflicts=($_name) options=(!strip) -source=("git+$url#commit=$_commit" - "$url/wiki/Changelog") -b2sums=('SKIP' - 'SKIP') +source=("git+$url#commit=$_commit") +b2sums=('SKIP') -pkgver() { - cd $_name - _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}' -} +# pkgver() { +# cd $_name +# _commit_msg=$(git log -1 --pretty=%B | awk '{$NF=""}1') # remove PR number in parentheses +# # Changelog is $url/wiki/Changelog +# html2text ../Changelog | grep -B 4 "${_commit_msg::length - 1}" | head -n 1 | awk '{print $2}' +# } build() { cd $_name