summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarvin Delgado2023-01-13 22:43:22 -0400
committerDarvin Delgado2023-01-13 22:43:22 -0400
commitcae3c06dc8effe6f3383a76c63a03d1d171844b4 (patch)
tree94948514aee5f860ffb13f040cbb6ef07adad83a
parente6b4fd46712e9986cb79be7c9454cf449399365d (diff)
downloadaur-cae3c06dc8effe6f3383a76c63a03d1d171844b4.tar.gz
another fix :/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 603be657a22c..15d1a8c131ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = lib32-mangohud-git
makedepends = lib32-dbus
makedepends = gcc
makedepends = git
+ makedepends = nlohmann-json
makedepends = glslang
makedepends = lib32-libx11
makedepends = libxnvctrl
@@ -17,7 +18,6 @@ pkgbase = lib32-mangohud-git
makedepends = vulkan-headers
depends = lib32-glew
depends = lib32-glfw-x11
- depends = nlohmann_json
provides = lib32-mangohud
provides = lib32-mangoapp
conflicts = lib32-mangohud
diff --git a/PKGBUILD b/PKGBUILD
index bc82bb1974c1..9fc309d7f3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load a
url='https://github.com/flightlessmango/MangoHud'
license=('MIT')
arch=('x86_64')
-makedepends=('lib32-dbus' 'gcc' 'git' 'glslang' 'lib32-libx11' 'libxnvctrl' 'meson' 'pkgconf' 'python-mako' 'vulkan-headers')
-depends=('lib32-glew' 'lib32-glfw-x11' 'nlohmann_json')
+makedepends=('lib32-dbus' 'gcc' 'git' 'nlohmann-json' 'glslang' 'lib32-libx11' 'libxnvctrl' 'meson' 'pkgconf' 'python-mako' 'vulkan-headers')
+depends=('lib32-glew' 'lib32-glfw-x11')
provides=('lib32-mangohud' 'lib32-mangoapp')
conflicts=('lib32-mangohud' 'lib32-mangoapp')
source=("${_pkgname}::git+$url")