summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Szymanski2020-05-30 23:20:47 -0400
committerBrendan Szymanski2020-05-30 23:20:47 -0400
commita16ff06f7894dde6171e7690b8a18c534e03d3f6 (patch)
treeccbdc0dd46963784442a49b420476b3dd5d41029
parenta97d2c7eaa8084e0f43315d0fbe63712c8849720 (diff)
downloadaur-a16ff06f7894dde6171e7690b8a18c534e03d3f6.tar.gz
Change
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb9b00a035bf..bc3acfb62f72 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = yuzu-mainline-git
makedepends = python2
makedepends = catch2
makedepends = nlohmann-json
- makedepends = fmt
makedepends = boost
depends = shared-mime-info
depends = desktop-file-utils
@@ -21,6 +20,7 @@ pkgbase = yuzu-mainline-git
depends = qt5-tools
depends = libxkbcommon-x11
depends = libfdk-aac
+ depends = fmt
optdepends = qt5-wayland: for Wayland support
provides = yuzu
provides = yuzu-cmd
diff --git a/PKGBUILD b/PKGBUILD
index 50d3e325a19a..e5da68958d26 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/yuzu-emu/yuzu-mainline"
license=('GPL2')
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git')
-depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac')
-makedepends=('git' 'cmake' 'python2' 'catch2' 'nlohmann-json' 'fmt' 'boost')
+depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac' 'fmt')
+makedepends=('git' 'cmake' 'python2' 'catch2' 'nlohmann-json' 'boost')
optdepends=('qt5-wayland: for Wayland support')
source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-mainline")
md5sums=('SKIP')