summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-10-17 23:07:31 -0500
committerHurricanePootis2023-10-17 23:07:31 -0500
commitd15c0dcc12d12f722df1b7d50efae4e2155d0cd0 (patch)
tree7fdaa3f610a6c1558fc743edcba92970127b680a
parentedfe6bacf6a61e012230ecbd1d819406a63b11ed (diff)
downloadaur-d15c0dcc12d12f722df1b7d50efae4e2155d0cd0.tar.gz
Forgot spirv-headers
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8da90fff0ba..cbfdf9a4b967 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yuzu-mainline-git
pkgdesc = An experimental open-source emulator for the Nintendo Switch (newest features)
pkgver = 1591.r0.g378d884
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yuzu-emu/yuzu-mainline
install = yuzu-mainline-git.install
arch = i686
@@ -21,6 +21,7 @@ pkgbase = yuzu-mainline-git
makedepends = robin-map
makedepends = vulkan-headers
makedepends = rapidjson
+ makedepends = spirv-headers
depends = fmt
depends = cubeb
depends = mbedtls
diff --git a/PKGBUILD b/PKGBUILD
index 248dec35381e..7702d876810e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
pkgver=1591.r0.g378d884
-pkgrel=1
+pkgrel=2
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
url='https://github.com/yuzu-emu/yuzu-mainline'
@@ -49,7 +49,8 @@ makedepends=('boost'
'qt5-tools'
'robin-map'
'vulkan-headers'
- 'rapidjson')
+ 'rapidjson'
+ 'spirv-headers')
optdepends=("qt5-wayland: Wayland support")
source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-mainline"
'git+https://github.com/lsalzman/enet.git'