summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-04-15 01:32:19 -0500
committerHurricanePootis2023-04-15 01:32:19 -0500
commit5a8bce4c95cec8bad75df641aa430777e13a26b0 (patch)
tree88dd39d944dddd483a09993ab7de9cd167e0739a
parent0e003aab38c4b3efba5e875e69730a9f3ccea6ed (diff)
downloadaur-5a8bce4c95cec8bad75df641aa430777e13a26b0.tar.gz
Add rapidjson to makedepends
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9dd308cbdc..b3f6b280573d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-git
pkgdesc = An experimental open-source emulator for the Nintendo Switch (newest features)
- pkgver = r23534.360b12492
+ pkgver = r23542.33cca53c7
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
arch = i686
@@ -17,6 +17,7 @@ pkgbase = yuzu-mainline-git
makedepends = nlohmann-json
makedepends = qt5-tools
makedepends = robin-map
+ makedepends = rapidjson
depends = fmt
depends = cubeb
depends = mbedtls
diff --git a/PKGBUILD b/PKGBUILD
index 3109ecb1e08c..781ce4ab7c35 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=r23534.360b12492
+pkgver=r23542.33cca53c7
pkgrel=1
pkgdesc='An experimental open-source emulator for the Nintendo Switch (newest features)'
arch=('i686' 'x86_64')
@@ -32,7 +32,8 @@ makedepends=('boost'
'ninja'
'nlohmann-json'
'qt5-tools'
- 'robin-map')
+ 'robin-map'
+ 'rapidjson')
optdepends=("qt5-wayland: Wayland support")
source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-mainline"
'git+https://github.com/lsalzman/enet.git'