summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-12-08 15:48:25 -0600
committerHurricanePootis2023-12-08 15:48:25 -0600
commitd39515050dee64c8a2ee2dd65f045bf617eecab8 (patch)
treef7f02504e4a450b18fafdefc9b34d66cddeb6c5d
parent15533a7a35733ac86c908d03a0e6c2e4ee48db53 (diff)
downloadaur-d39515050dee64c8a2ee2dd65f045bf617eecab8.tar.gz
Install new udev rule for hidraw access to nintendo controllers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e85cc6b3571..5c1743518ef8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-git
pkgdesc = An experimental open-source emulator for the Nintendo Switch (newest features)
- pkgver = 1633.r0.g50f6d91
+ pkgver = 1645.r0.gf6f9752
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
install = yuzu-mainline-git.install
diff --git a/PKGBUILD b/PKGBUILD
index ef8b4539050c..a0343270379a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Brendan Szymanski <hello@bscubed.dev>
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=1633.r0.g50f6d91
+pkgver=1645.r0.gf6f9752
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
@@ -204,6 +204,7 @@ build() {
package() {
cd "$srcdir"
DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 "$srcdir/$_pkgname/dist/72-yuzu-input.rules" "$pkgdir/usr/lib/udev/rules.d/72-yuzu-input.rules"
cd "$pkgdir/usr/share/applications"
sed -i '12s/Exec=yuzu/Exec=env QT_QPA_PLATFORM=xcb yuzu/' org.yuzu_emu.yuzu.desktop