summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2024-02-16 11:45:14 -0600
committerHurricanePootis2024-02-16 11:45:14 -0600
commit679e6e53c24d1e469fe9516f24fdd7bd0cdf058b (patch)
treeec83c71c65eea75a62c0f7d1792de0982886e542 /PKGBUILD
parentfbc603766f8bf0fa93ec759dfea23d219ecfa319 (diff)
downloadaur-yuzu-mainline-git.tar.gz
Add clang for clang-format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0643821c8672..3a48baf63954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Brendan Szymanski <hello@bscubed.dev>
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=1699.r0.g14cba4a
+pkgver=1716.r0.g9b60294
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
@@ -45,6 +45,7 @@ makedepends=('boost'
'glslang'
'llvm'
'gcc'
+ 'clang'
'ninja'
'catch2'
'cmake'