summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Kescher2023-02-18 14:20:32 +0100
committerJeremy Kescher2023-02-18 14:20:32 +0100
commit1ffa99683c32173413c83a59dfcc9b2352cb883d (patch)
tree3284849e0ef5c36d97c0d6e1c9d7aed5b74b42bf /PKGBUILD
parent4ba2272d3e70a43f944a978ef116b6dcec20d6ba (diff)
downloadaur-1ffa99683c32173413c83a59dfcc9b2352cb883d.tar.gz
v2.0-27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60d5b2f3e84f..23377acc95c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Kescher <jeremy@kescher.at>
pkgname=cemu
-pkgver=2.0.287
+pkgver=2.0.292
pkgrel=1
pkgdesc='Software to emulate Wii U games and applications on PC'
arch=(x86_64)
@@ -31,7 +31,7 @@ optdepends=(
)
install=cemu.install
source=(
- git+https://github.com/cemu-project/Cemu#tag=v2.0-26
+ git+https://github.com/cemu-project/Cemu#tag=v2.0-27
# submodules
git+https://github.com/mozilla/cubeb#commit=dc511c6b3597b6384d28949285b9289e009830ea
git+https://github.com/ocornut/imgui#commit=8a44c31c95c8e0217f6e1fc814cbbbcca4981f14
@@ -119,7 +119,6 @@ package() {
unset GLOBIGNORE
install -Dm644 src/resource/logo_icon.png -T "$pkgdir/usr/share/icons/hicolor/128x128/apps/cemu.png"
- # https://github.com/cemu-project/Cemu/issues/92
sed -i -e '/^Icon=/cIcon=cemu' -e '/^Exec=Cemu/cExec=cemu' dist/linux/info.cemu.Cemu.desktop
install -Dm644 dist/linux/info.cemu.Cemu.desktop -T "$pkgdir/usr/share/applications/cemu.desktop"
}