Compare commits
2 commits
5194bc2583
...
6e9d44bac0
Author | SHA1 | Date | |
---|---|---|---|
|
6e9d44bac0 | ||
|
733062c935 |
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cemu-bin
|
||||
pkgdesc = Nintendo Wii U Emulator
|
||||
pkgver = 2.0.91
|
||||
pkgver = 2.0.93
|
||||
pkgrel = 1
|
||||
url = https://cemu.info
|
||||
arch = x86_64
|
||||
|
@ -29,11 +29,11 @@ pkgbase = cemu-bin
|
|||
provides = cemu
|
||||
conflicts = cemu
|
||||
options = !debug
|
||||
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-91/cemu-2.0-91-ubuntu-22.04-x64.zip
|
||||
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-93/cemu-2.0-93-ubuntu-22.04-x64.zip
|
||||
source = https://raw.githubusercontent.com/cemu-project/Cemu/main/dist/linux/info.cemu.Cemu.desktop
|
||||
source = https://github.com/cemu-project/Cemu/raw/main/dist/linux/info.cemu.Cemu.png
|
||||
source = https://raw.githubusercontent.com/cemu-project/Cemu/main/dist/linux/info.cemu.Cemu.metainfo.xml
|
||||
b2sums = 116fd5396ed6dd9891700ec4afdd266bb8f7ccca9d6a157a3c82e0701c2414c0062f3c11349a4da086eb3d5c47325fab2f3ed36a0cbb99532384dfa5f4699338
|
||||
b2sums = 4a476d797121828804a55c5cda3ffefb2c5ec47e42b03d3182b81b9cb61bf8aab4b31a49acf0d945c5123b134580b8dd4ae0be08d058b2f07b5161764291aae4
|
||||
b2sums = 66d0790e8d0b1220b73e4120c65a4e91fb7303f9171e7dfa14c38683b52089b59455e016616b4a23e52f0f74999f65a51cfd157de70a62557c808c7ef6454efe
|
||||
b2sums = a4f65a6c849adb4a75b911ba2ad47a20f06e277274b5764fe192066336d169b13fde75dba8ca67ad59d6f0dafba5805c7fcb969e859e5bf819405efce1fa02c6
|
||||
b2sums = fde11181d1ad4b6d28417d6842cef3a436e856acf312b4066c071a0f933bba676d99a041c5b1bf695a09833d92bc2cf47f0ce5ae179e80f6ba587bc79991a2d3
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributer: Donn <me@donn.website>
|
||||
|
||||
pkgname=cemu-bin
|
||||
pkgver=2.0.91
|
||||
pkgver=2.0.93
|
||||
pkgrel=1
|
||||
pkgdesc="Nintendo Wii U Emulator"
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ source=("https://github.com/cemu-project/Cemu/releases/download/v$_srcver/cemu-$
|
|||
"https://raw.githubusercontent.com/cemu-project/Cemu/main/dist/linux/info.cemu.Cemu.desktop"
|
||||
"https://github.com/cemu-project/Cemu/raw/main/dist/linux/info.cemu.Cemu.png"
|
||||
"https://raw.githubusercontent.com/cemu-project/Cemu/main/dist/linux/info.cemu.Cemu.metainfo.xml")
|
||||
b2sums=('116fd5396ed6dd9891700ec4afdd266bb8f7ccca9d6a157a3c82e0701c2414c0062f3c11349a4da086eb3d5c47325fab2f3ed36a0cbb99532384dfa5f4699338'
|
||||
b2sums=('4a476d797121828804a55c5cda3ffefb2c5ec47e42b03d3182b81b9cb61bf8aab4b31a49acf0d945c5123b134580b8dd4ae0be08d058b2f07b5161764291aae4'
|
||||
'66d0790e8d0b1220b73e4120c65a4e91fb7303f9171e7dfa14c38683b52089b59455e016616b4a23e52f0f74999f65a51cfd157de70a62557c808c7ef6454efe'
|
||||
'a4f65a6c849adb4a75b911ba2ad47a20f06e277274b5764fe192066336d169b13fde75dba8ca67ad59d6f0dafba5805c7fcb969e859e5bf819405efce1fa02c6'
|
||||
'fde11181d1ad4b6d28417d6842cef3a436e856acf312b4066c071a0f933bba676d99a041c5b1bf695a09833d92bc2cf47f0ce5ae179e80f6ba587bc79991a2d3')
|
||||
|
@ -29,7 +29,7 @@ package() {
|
|||
install -Dm 755 ./Cemu $pkgdir/usr/bin/cemu
|
||||
|
||||
install -d $pkgdir/usr/share/Cemu
|
||||
cp -r ./{gameProfiles,resources,shaderCache} $pkgdir/usr/share/Cemu
|
||||
cp -r ./{gameProfiles,resources} $pkgdir/usr/share/Cemu
|
||||
|
||||
sed -i -e '/^Exec=Cemu/cExec=cemu' $srcdir/info.cemu.Cemu.desktop
|
||||
install -Dm 644 -t $pkgdir/usr/share/applications $srcdir/info.cemu.Cemu.desktop
|
||||
|
|
Loading…
Reference in a new issue