Update to 2.0-15
This commit is contained in:
parent
d149c080ef
commit
57cd5c63d0
2 changed files with 15 additions and 15 deletions
12
.SRCINFO
12
.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 = 14
|
pkgrel = 15
|
||||||
url = https://cemu.info
|
url = https://cemu.info
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MPL-2.0
|
license = MPL-2.0
|
||||||
|
@ -22,13 +22,13 @@ 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-14/cemu-2.0-14-ubuntu-20.04-x64.zip
|
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-15/cemu-2.0-15-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 = 92760341c85e7566464bc7847d76ac1b2bf8afb3bf9895514a717cc564a96470
|
sha256sums = 97fcfd289daa67bf53e9169c2e487c575c96ec241541518cedd67bc0f33ebb6f
|
||||||
sha256sums = c9f711d46917ac112c497e8600c6e99d68bb3d16b862e9232dc7578314b95978
|
sha256sums = SKIP
|
||||||
sha256sums = 054fc7d9050a545bb9d4a0320720f4cee8b994a47c3daf029edbda1e996d3447
|
sha256sums = SKIP
|
||||||
sha256sums = 6458a99b8bd54e44857efa0f82bfd6035e7e072e7e080e3330e4e2cfe89cbd33
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = cemu-bin
|
pkgname = cemu-bin
|
||||||
|
|
18
PKGBUILD
18
PKGBUILD
|
@ -1,14 +1,14 @@
|
||||||
# Maintainer: Donn <me@donn.website>
|
# Maintainer: Donn <me@donn.website>
|
||||||
pkgname=cemu-bin
|
pkgname=cemu-bin
|
||||||
pkgver=2.0
|
pkgver=2.0
|
||||||
pkgrel=14
|
pkgrel=15
|
||||||
pkgdesc="Nintendo Wii U Emulator"
|
pkgdesc="Nintendo Wii U Emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cemu.info"
|
url="https://cemu.info"
|
||||||
license=('MPL-2.0')
|
license=('MPL-2.0')
|
||||||
groups=()
|
groups=()
|
||||||
depends=(
|
depends=(
|
||||||
'pugixml'
|
'pugixml'
|
||||||
'pulseaudio'
|
'pulseaudio'
|
||||||
'opengl-driver'
|
'opengl-driver'
|
||||||
'vulkan-driver'
|
'vulkan-driver'
|
||||||
|
@ -32,10 +32,10 @@ source=(
|
||||||
)
|
)
|
||||||
noextract=()
|
noextract=()
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
'92760341c85e7566464bc7847d76ac1b2bf8afb3bf9895514a717cc564a96470'
|
'97fcfd289daa67bf53e9169c2e487c575c96ec241541518cedd67bc0f33ebb6f'
|
||||||
'c9f711d46917ac112c497e8600c6e99d68bb3d16b862e9232dc7578314b95978'
|
'SKIP'
|
||||||
'054fc7d9050a545bb9d4a0320720f4cee8b994a47c3daf029edbda1e996d3447'
|
'SKIP'
|
||||||
'6458a99b8bd54e44857efa0f82bfd6035e7e072e7e080e3330e4e2cfe89cbd33'
|
'SKIP'
|
||||||
)
|
)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -58,7 +58,7 @@ package() {
|
||||||
mkdir -p "$pkgdir/usr/share/cemu"
|
mkdir -p "$pkgdir/usr/share/cemu"
|
||||||
cp -r "$srcdir/Cemu_${pkgver}-${pkgrel}"/* "$pkgdir/usr/share/cemu"
|
cp -r "$srcdir/Cemu_${pkgver}-${pkgrel}"/* "$pkgdir/usr/share/cemu"
|
||||||
|
|
||||||
install -Dm644 -t "$pkgdir"/usr/share/applications info.cemu.Cemu.desktop
|
install -Dm644 -t "$pkgdir"/usr/share/applications info.cemu.Cemu.desktop
|
||||||
install -Dm644 -t "$pkgdir"/usr/share/metainfo info.cemu.Cemu.metainfo.xml
|
install -Dm644 -t "$pkgdir"/usr/share/metainfo info.cemu.Cemu.metainfo.xml
|
||||||
install -Dm644 -t "$pkgdir"/usr/share/icons/hicolor/128x128/apps info.cemu.Cemu.png
|
install -Dm644 -t "$pkgdir"/usr/share/icons/hicolor/128x128/apps info.cemu.Cemu.png
|
||||||
}
|
}
|
Loading…
Reference in a new issue