2.0-16
This commit is contained in:
parent
57cd5c63d0
commit
d62b8b856b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = cemu-bin
|
pkgbase = cemu-bin
|
||||||
pkgdesc = Nintendo Wii U Emulator
|
pkgdesc = Nintendo Wii U Emulator
|
||||||
pkgver = 2.0
|
pkgver = 2.0
|
||||||
pkgrel = 15
|
pkgrel = 16
|
||||||
url = https://cemu.info
|
url = https://cemu.info
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MPL-2.0
|
license = MPL-2.0
|
||||||
|
@ -22,11 +22,11 @@ pkgbase = cemu-bin
|
||||||
options = !docs
|
options = !docs
|
||||||
options = libtool
|
options = libtool
|
||||||
options = emptydirs
|
options = emptydirs
|
||||||
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-15/cemu-2.0-15-ubuntu-20.04-x64.zip
|
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-16/cemu-2.0-16-ubuntu-20.04-x64.zip
|
||||||
source = info.cemu.Cemu.desktop
|
source = info.cemu.Cemu.desktop
|
||||||
source = info.cemu.Cemu.metainfo.xml
|
source = info.cemu.Cemu.metainfo.xml
|
||||||
source = info.cemu.Cemu.png
|
source = info.cemu.Cemu.png
|
||||||
sha256sums = 97fcfd289daa67bf53e9169c2e487c575c96ec241541518cedd67bc0f33ebb6f
|
sha256sums = acf19117990b89d87a716dbd95833f3ee97c7b7444d32ad0666a3de5edffb5b9
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Donn <me@donn.website>
|
# Maintainer: Donn <me@donn.website>
|
||||||
pkgname=cemu-bin
|
pkgname=cemu-bin
|
||||||
pkgver=2.0
|
pkgver=2.0
|
||||||
pkgrel=15
|
pkgrel=16
|
||||||
pkgdesc="Nintendo Wii U Emulator"
|
pkgdesc="Nintendo Wii U Emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cemu.info"
|
url="https://cemu.info"
|
||||||
|
@ -32,7 +32,7 @@ source=(
|
||||||
)
|
)
|
||||||
noextract=()
|
noextract=()
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
'97fcfd289daa67bf53e9169c2e487c575c96ec241541518cedd67bc0f33ebb6f'
|
'acf19117990b89d87a716dbd95833f3ee97c7b7444d32ad0666a3de5edffb5b9'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
|
Loading…
Reference in a new issue