Compare commits

...

10 commits

Author SHA1 Message Date
horstderheld
1816117405 update to 2.0.59 2023-10-21 12:06:54 +02:00
horstderheld
3ae8a5f364 update to 2.0.58 2023-10-18 11:43:34 +02:00
horstderheld
9fa2b02216 update to 2.0.57 2023-10-18 01:57:05 +02:00
horstderheld
d7d93a211e update to 2.0.55 2023-10-02 22:40:47 +02:00
horstderheld
3838ab6913 update to 2.0.54 2023-10-02 21:00:31 +02:00
horstderheld
a8d400cc58 update to 2.0.53 2023-09-30 09:59:25 +02:00
horstderheld
cf8e32fd46 update to 2.0.52 2023-09-29 10:02:34 +02:00
horstderheld
ce4e2b25e8 update to 2.0.51 2023-09-19 23:36:30 +02:00
horstderheld
b3c9dc08ad update to 2.0.50 2023-09-19 09:51:38 +02:00
horstderheld
12acf6a299 update to 2.0.49 2023-09-14 22:11:03 +02:00
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cemu-bin
pkgdesc = Nintendo Wii U Emulator
pkgver = 2.0.48
pkgver = 2.0.59
pkgrel = 1
url = https://cemu.info
arch = x86_64
@ -23,15 +23,16 @@ pkgbase = cemu-bin
depends = libxext
depends = libxrender
depends = pango
depends = systemd-libs
depends = wayland
provides = cemu
conflicts = cemu
options = !debug
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-48/cemu-2.0-48-ubuntu-20.04-x64.zip
source = https://github.com/cemu-project/Cemu/releases/download/v2.0-59/cemu-2.0-59-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 = 46f157ff6ebb25091657cdb292703e6ad3aea4797e96846a259bcfce2a80c90a7231e120532f1ea04dff63a822643e991231066894bc933c60fd08e611e94ad1
b2sums = 1f1e446893e37a7206b4190bbfea8ad67c5dd7f9cc4b084f6ceab4f3b049295297752dc17ccd93b7cd91b3538fef517e8f4bd8b180c469e94317b3bada1f8b46
b2sums = 66d0790e8d0b1220b73e4120c65a4e91fb7303f9171e7dfa14c38683b52089b59455e016616b4a23e52f0f74999f65a51cfd157de70a62557c808c7ef6454efe
b2sums = a4f65a6c849adb4a75b911ba2ad47a20f06e277274b5764fe192066336d169b13fde75dba8ca67ad59d6f0dafba5805c7fcb969e859e5bf819405efce1fa02c6
b2sums = fde11181d1ad4b6d28417d6842cef3a436e856acf312b4066c071a0f933bba676d99a041c5b1bf695a09833d92bc2cf47f0ce5ae179e80f6ba587bc79991a2d3

View file

@ -2,7 +2,7 @@
# Contributer: Donn <me@donn.website>
pkgname=cemu-bin
pkgver=2.0.48
pkgver=2.0.59
pkgrel=1
pkgdesc="Nintendo Wii U Emulator"
arch=('x86_64')
@ -14,11 +14,11 @@ provides=('cemu')
conflicts=('cemu')
options=('!debug')
_srcver=${pkgver%.*}-${pkgver##*.}
source=("https://github.com/cemu-project/Cemu/releases/download/v$_srcver/cemu-$_srcver-ubuntu-20.04-x64.zip"
source=("https://github.com/cemu-project/Cemu/releases/download/v$_srcver/cemu-$_srcver-ubuntu-22.04-x64.zip"
"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=('46f157ff6ebb25091657cdb292703e6ad3aea4797e96846a259bcfce2a80c90a7231e120532f1ea04dff63a822643e991231066894bc933c60fd08e611e94ad1'
b2sums=('1f1e446893e37a7206b4190bbfea8ad67c5dd7f9cc4b084f6ceab4f3b049295297752dc17ccd93b7cd91b3538fef517e8f4bd8b180c469e94317b3bada1f8b46'
'66d0790e8d0b1220b73e4120c65a4e91fb7303f9171e7dfa14c38683b52089b59455e016616b4a23e52f0f74999f65a51cfd157de70a62557c808c7ef6454efe'
'a4f65a6c849adb4a75b911ba2ad47a20f06e277274b5764fe192066336d169b13fde75dba8ca67ad59d6f0dafba5805c7fcb969e859e5bf819405efce1fa02c6'
'fde11181d1ad4b6d28417d6842cef3a436e856acf312b4066c071a0f933bba676d99a041c5b1bf695a09833d92bc2cf47f0ce5ae179e80f6ba587bc79991a2d3')