summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-30 19:12:59 +0800
committerlilac2020-11-30 19:12:59 +0800
commit7c4816ab38f7f4e5a8115e8b8ec8f89bd7363b9b (patch)
tree3772c61607a8728bf1452797965425933f31f29b
parent41070e2051e63d273fad995c34dc454bfa0df796 (diff)
downloadaur-7c4816ab38f7f4e5a8115e8b8ec8f89bd7363b9b.tar.gz
[lilac] updated to 1152.r1.g9a905b57d-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fb8f9fe0bf..b75eb9b94d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = yuzu-early-access-kiku233-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access with Chinese translation)
- pkgver = 1138.r0.ga8f198c7e
- pkgrel = 1
+ pkgver = 1152.r1.g9a905b57d
+ pkgrel = 2
url = https://github.com/yuzu-emu/yuzu-mainline
arch = i686
arch = x86_64
license = GPL2
makedepends = git
makedepends = cmake
+ makedepends = glslang
makedepends = ninja
makedepends = python2
makedepends = graphviz
diff --git a/PKGBUILD b/PKGBUILD
index 5b4e31a7c48f..9a2f8b92fd75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access-kiku233-git
-pkgver=1138.r0.ga8f198c7e
-pkgrel=1
+pkgver=1152.r1.g9a905b57d
+pkgrel=2
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access with Chinese translation)"
arch=('i686' 'x86_64')
url="https://github.com/yuzu-emu/yuzu-mainline"
license=('GPL2')
depends=('shared-mime-info' 'hicolor-icon-theme' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'ffmpeg' 'fmt' 'libzip' 'opus' 'libfdk-aac' 'lz4' 'mbedtls' 'openssl' 'zstd')
-makedepends=('git' 'cmake' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'desktop-file-utils' 'conan')
+makedepends=('git' 'cmake' 'glslang' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'desktop-file-utils' 'conan')
optdepends=('qt5-wayland: for Wayland support')
provides=('yuzu' 'yuzu-early-access' 'yuzu-early-access-git')
conflicts=('yuzu-canary-git' 'yuzu-master-git' 'yuzu-mainline-git' 'yuzu-git' 'yuzu-ea-bin')