[lilac] updated to 1249-1
This commit is contained in:
parent
d410e6ecc1
commit
f76ea2dbaf
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = yuzu-early-access
|
pkgbase = yuzu-early-access
|
||||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
|
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
|
||||||
pkgver = 1246
|
pkgver = 1249
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org
|
url = https://yuzu-emu.org
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -46,8 +46,8 @@ pkgbase = yuzu-early-access
|
||||||
conflicts = yuzu-git
|
conflicts = yuzu-git
|
||||||
conflicts = yuzu-early-access-kiku233-git
|
conflicts = yuzu-early-access-kiku233-git
|
||||||
conflicts = yuzu-ea-bin
|
conflicts = yuzu-ea-bin
|
||||||
source = yuzu.7z::https://cdn-104.anonfiles.com/haJc1a15p9/2b50af0a-1608640924/YuzuEA-1246.7z
|
source = yuzu.7z::https://cdn-110.anonfiles.com/14v7P212p0/a5d27cb0-1608735159/YuzuEA-1249.7z
|
||||||
md5sums = 11074ec03fd28bc363e52f7f1a7a444f
|
md5sums = c31b07aa7e802304a3aba9a597c10248
|
||||||
|
|
||||||
pkgname = yuzu-early-access
|
pkgname = yuzu-early-access
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
_pkgname=yuzu
|
_pkgname=yuzu
|
||||||
_link="$(curl -s $(curl -s https://raw.githubusercontent.com/pineappleEA/pineappleEA.github.io/master/index.html | head -n -2 | grep -o 'https://.*.7z' | head -n 1) | grep -o 'https://cdn-.*.7z' | head -n 1)"
|
_link="$(curl -s $(curl -s https://raw.githubusercontent.com/pineappleEA/pineappleEA.github.io/master/index.html | head -n -2 | grep -o 'https://.*.7z' | head -n 1) | grep -o 'https://cdn-.*.7z' | head -n 1)"
|
||||||
pkgname=$_pkgname-early-access
|
pkgname=$_pkgname-early-access
|
||||||
pkgver=1246
|
pkgver=1249
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
|
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -15,7 +15,7 @@ optdepends=('qt5-wayland: for Wayland support')
|
||||||
provides=('yuzu')
|
provides=('yuzu')
|
||||||
conflicts=('yuzu-canary-git' 'yuzu-master-git' 'yuzu-mainline-git' 'yuzu-git' 'yuzu-early-access-kiku233-git' 'yuzu-ea-bin')
|
conflicts=('yuzu-canary-git' 'yuzu-master-git' 'yuzu-mainline-git' 'yuzu-git' 'yuzu-early-access-kiku233-git' 'yuzu-ea-bin')
|
||||||
source=("$_pkgname.7z::$_link")
|
source=("$_pkgname.7z::$_link")
|
||||||
md5sums=('11074ec03fd28bc363e52f7f1a7a444f')
|
md5sums=('c31b07aa7e802304a3aba9a597c10248')
|
||||||
|
|
||||||
pkgver () {
|
pkgver () {
|
||||||
curl -s https://raw.githubusercontent.com/pineappleEA/pineappleEA.github.io/master/index.html | grep -Po 'Yuzu EA \d+' | sed 's/Yuzu EA //' | head -n 1
|
curl -s https://raw.githubusercontent.com/pineappleEA/pineappleEA.github.io/master/index.html | grep -Po 'Yuzu EA \d+' | sed 's/Yuzu EA //' | head -n 1
|
||||||
|
|
Loading…
Reference in a new issue