summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrendan Szymanski2021-11-16 01:33:01 -0500
committerBrendan Szymanski2021-11-16 01:33:01 -0500
commitdc915e1d6e2a5d3e3907123afa17c3e33e08080b (patch)
tree0a49236e4743225f3ee6de6aafbd5c3eff7fd4a3 /PKGBUILD
parentac8491d19b2f14827dc7d069280c52dd6d1698dc (diff)
downloadaur-dc915e1d6e2a5d3e3907123afa17c3e33e08080b.tar.gz
Updated dependencies
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d441a781269..b6ed09743cf0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=r19741.dc97cc133
+pkgver=r19936.dd43a7f8c
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ license=('GPL2')
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git')
depends=('desktop-file-utils'
+ 'fmt'
'glslang'
'libfdk-aac'
'libxkbcommon-x11'
- 'libzip'
'lz4'
'mbedtls'
'openssl'
@@ -31,7 +31,6 @@ depends=('desktop-file-utils'
makedepends=('boost'
'catch2'
'cmake'
- 'fmt'
'ffmpeg'
'git'
'ninja'