2.0-19 + add patchelf to makedepends
This commit is contained in:
parent
c54f1d48c6
commit
c10056b320
2 changed files with 9 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,10 +1,11 @@
|
|||
pkgbase = cemu-bin
|
||||
pkgdesc = Nintendo Wii U Emulator
|
||||
pkgver = 2.0
|
||||
pkgrel = 18
|
||||
pkgrel = 19
|
||||
url = https://cemu.info
|
||||
arch = x86_64
|
||||
license = MPL-2.0
|
||||
makedepends = patchelf
|
||||
depends = pugixml
|
||||
depends = pulseaudio
|
||||
depends = opengl-driver
|
||||
|
@ -22,11 +23,11 @@ pkgbase = cemu-bin
|
|||
options = !docs
|
||||
options = libtool
|
||||
options = emptydirs
|
||||
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-18/cemu-2.0-18-ubuntu-20.04-x64.zip
|
||||
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-19/cemu-2.0-19-ubuntu-20.04-x64.zip
|
||||
source = info.cemu.Cemu.desktop
|
||||
source = info.cemu.Cemu.metainfo.xml
|
||||
source = info.cemu.Cemu.png
|
||||
sha256sums = f439e10b7be66b0e64ee5af6c86177246f8363def932131df99a2c213d4d6c79
|
||||
sha256sums = 39c2568f52ab3dd065672e0007d8a62f182c683a7479858ece988547f2683838
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Donn <me@donn.website>
|
||||
pkgname=cemu-bin
|
||||
pkgver=2.0
|
||||
pkgrel=18
|
||||
pkgrel=19
|
||||
pkgdesc="Nintendo Wii U Emulator"
|
||||
arch=('x86_64')
|
||||
url="https://cemu.info"
|
||||
|
@ -19,6 +19,9 @@ depends=(
|
|||
'systemd'
|
||||
'libffi'
|
||||
)
|
||||
makedepends=(
|
||||
'patchelf'
|
||||
)
|
||||
provides=('cemu')
|
||||
conflicts=('cemu' 'cemu-git')
|
||||
options=(!strip !docs libtool emptydirs)
|
||||
|
@ -32,7 +35,7 @@ source=(
|
|||
)
|
||||
noextract=()
|
||||
sha256sums=(
|
||||
'f439e10b7be66b0e64ee5af6c86177246f8363def932131df99a2c213d4d6c79'
|
||||
'39c2568f52ab3dd065672e0007d8a62f182c683a7479858ece988547f2683838'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
|
|
Loading…
Reference in a new issue