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