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
|
pkgbase = cemu-bin
|
||||||
pkgdesc = Nintendo Wii U Emulator
|
pkgdesc = Nintendo Wii U Emulator
|
||||||
pkgver = 2.0
|
pkgver = 2.0
|
||||||
pkgrel = 18
|
pkgrel = 19
|
||||||
url = https://cemu.info
|
url = https://cemu.info
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MPL-2.0
|
license = MPL-2.0
|
||||||
|
makedepends = patchelf
|
||||||
depends = pugixml
|
depends = pugixml
|
||||||
depends = pulseaudio
|
depends = pulseaudio
|
||||||
depends = opengl-driver
|
depends = opengl-driver
|
||||||
|
@ -22,11 +23,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-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.desktop
|
||||||
source = info.cemu.Cemu.metainfo.xml
|
source = info.cemu.Cemu.metainfo.xml
|
||||||
source = info.cemu.Cemu.png
|
source = info.cemu.Cemu.png
|
||||||
sha256sums = f439e10b7be66b0e64ee5af6c86177246f8363def932131df99a2c213d4d6c79
|
sha256sums = 39c2568f52ab3dd065672e0007d8a62f182c683a7479858ece988547f2683838
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
7
PKGBUILD
7
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=18
|
pkgrel=19
|
||||||
pkgdesc="Nintendo Wii U Emulator"
|
pkgdesc="Nintendo Wii U Emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cemu.info"
|
url="https://cemu.info"
|
||||||
|
@ -19,6 +19,9 @@ depends=(
|
||||||
'systemd'
|
'systemd'
|
||||||
'libffi'
|
'libffi'
|
||||||
)
|
)
|
||||||
|
makedepends=(
|
||||||
|
'patchelf'
|
||||||
|
)
|
||||||
provides=('cemu')
|
provides=('cemu')
|
||||||
conflicts=('cemu' 'cemu-git')
|
conflicts=('cemu' 'cemu-git')
|
||||||
options=(!strip !docs libtool emptydirs)
|
options=(!strip !docs libtool emptydirs)
|
||||||
|
@ -32,7 +35,7 @@ source=(
|
||||||
)
|
)
|
||||||
noextract=()
|
noextract=()
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
'f439e10b7be66b0e64ee5af6c86177246f8363def932131df99a2c213d4d6c79'
|
'39c2568f52ab3dd065672e0007d8a62f182c683a7479858ece988547f2683838'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
|
Loading…
Reference in a new issue