[lilac] updated to 1231-1
This commit is contained in:
parent
bf24a066fd
commit
65d21dca58
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = yuzu-early-access
|
||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
|
||||
pkgver = 1230
|
||||
pkgver = 1231
|
||||
pkgrel = 1
|
||||
url = https://yuzu-emu.org
|
||||
arch = i686
|
||||
|
@ -46,7 +46,7 @@ pkgbase = yuzu-early-access
|
|||
conflicts = yuzu-git
|
||||
conflicts = yuzu-early-access-kiku233-git
|
||||
conflicts = yuzu-ea-bin
|
||||
source = yuzu.7z::https://cdn-112.anonfiles.com/PcJ3k1z8pa/a192204c-1608037552/YuzuEA-1230.7z
|
||||
source = yuzu.7z::https://cdn-107.anonfiles.com/N3Tau3z4p9/060ff33a-1608068827/YuzuEA-1231.7z
|
||||
md5sums = 1840fe92af1923e7a425d03cbf2fde8a
|
||||
|
||||
pkgname = yuzu-early-access
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
_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)"
|
||||
pkgname=$_pkgname-early-access
|
||||
pkgver=1230
|
||||
pkgver=1231
|
||||
pkgrel=1
|
||||
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
Loading…
Reference in a new issue