1.1.1284
This commit is contained in:
parent
dc9a750a38
commit
e1a995dbe0
2 changed files with 12 additions and 12 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,16 +1,16 @@
|
|||
pkgbase = ryujinx
|
||||
pkgdesc = Experimental Nintendo Switch Emulator written in C#
|
||||
pkgver = 1.1.1244
|
||||
pkgver = 1.1.1284
|
||||
pkgrel = 1
|
||||
url = https://github.com/Ryujinx/Ryujinx
|
||||
install = ryujinx.install
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = desktop-file-utils
|
||||
makedepends = dotnet-sdk>=8.0.3.sdk202
|
||||
makedepends = dotnet-sdk>=8.0.4.sdk204
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = ryujinx-1.1.1244.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1244.tar.gz
|
||||
source = ryujinx-1.1.1284.tar.gz::https://github.com/Ryujinx/Ryujinx/archive/1.1.1284.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = ryujinx
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -16,7 +16,7 @@ unset _pkgtype
|
|||
## basic info
|
||||
_pkgname="ryujinx"
|
||||
pkgname="$_pkgname${_pkgtype:-}"
|
||||
pkgver=1.1.1244
|
||||
pkgver=1.1.1284
|
||||
pkgrel=1
|
||||
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
||||
url="https://github.com/Ryujinx/Ryujinx"
|
||||
|
@ -27,7 +27,7 @@ arch=(x86_64)
|
|||
_main_package() {
|
||||
makedepends=(
|
||||
'desktop-file-utils'
|
||||
'dotnet-sdk>=8.0.3.sdk202' # AUR: dotnet-core-bin
|
||||
'dotnet-sdk>=8.0.4.sdk204' # AUR: dotnet-core-bin
|
||||
)
|
||||
|
||||
options=('!strip' '!debug')
|
||||
|
@ -68,7 +68,7 @@ _main_git() {
|
|||
pkgver() {
|
||||
cd "$_pkgsrc"
|
||||
|
||||
git describe --long --tags --abbrev=8 --exclude='*[a-zA-Z][a-zA-Z]*' \
|
||||
git describe --long --tags --abbrev=7 --exclude='*[a-zA-Z][a-zA-Z]*' \
|
||||
| sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue