summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrendan Szymanski2021-11-16 01:24:34 -0500
committerBrendan Szymanski2021-11-16 01:24:34 -0500
commit1012b5298638fe1413a94fd2eeab8e876709b372 (patch)
tree7c67a4137fe653b80f8b95e7722368faafe078aa /PKGBUILD
parent52d1dafd37da6db085f7948c4531a393eb8dd214 (diff)
downloadaur-1012b5298638fe1413a94fd2eeab8e876709b372.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 723fe5e8f0f4..af29040f1c7f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yuzu
pkgname=$_pkgname-git
-pkgver=r19743.5b2fa8dd4
+pkgver=r19935.720970c4c
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch'
arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@ license=('GPL2')
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-mainline-git' 'yuzu-canary-git')
depends=('desktop-file-utils'
+ 'fmt'
'glslang'
'libfdk-aac'
'libxkbcommon-x11'
- 'libzip'
'lz4'
'mbedtls'
'openssl'
@@ -32,7 +32,6 @@ depends=('desktop-file-utils'
makedepends=('boost'
'catch2'
'cmake'
- 'fmt'
'ffmpeg'
'git'
'ninja'