summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarvin Delgado2023-10-01 14:53:21 -0400
committerDarvin Delgado2023-10-01 14:53:21 -0400
commit5890393419c96b364432a3a16c779aeefc798924 (patch)
tree37c5aeafefdfefba88b2e0e1b058c804237af451
parentd1a10da970728a158beda3a430cd9f332719fcdc (diff)
downloadaur-5890393419c96b364432a3a16c779aeefc798924.tar.gz
add missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a64ecfb0c7b..57f22ddb6e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mangohud-git
pkgdesc = A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more.
- pkgver = 0.6.9.1.r84.gbc8acf9
- pkgrel = 2
+ pkgver = 0.7.0.r11.gefd1c07
+ pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
license = MIT
@@ -22,6 +22,7 @@ pkgbase = mangohud-git
depends = libx11
depends = python-matplotlib
depends = python-numpy
+ depends = sdl2
depends = spdlog
depends = vulkan-icd-loader
optdepends = libxnvctrl: NVIDIA GPU stats by XNVCtrl
diff --git a/PKGBUILD b/PKGBUILD
index 641a04ec9a74..5cf9ab61f25e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Darvin Delgado <dnmodder at gmail dot com>
pkgname=mangohud-git
-pkgver=0.6.9.1.r84.gbc8acf9
-pkgrel=2
+pkgver=0.7.0.r11.gefd1c07
+pkgrel=1
pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more."
url='https://github.com/flightlessmango/MangoHud'
license=('MIT')
arch=('x86_64')
makedepends=('git' 'appstream' 'cmocka' 'glslang' 'libxnvctrl' 'meson' 'nlohmann-json' 'python-mako')
-depends=('dbus' 'fmt' 'gcc-libs' 'glew' 'hicolor-icon-theme' 'libglvnd' 'libx11' 'python-matplotlib' 'python-numpy' 'spdlog' 'vulkan-icd-loader')
+depends=('dbus' 'fmt' 'gcc-libs' 'glew' 'hicolor-icon-theme' 'libglvnd' 'libx11' 'python-matplotlib' 'python-numpy' 'sdl2' 'spdlog' 'vulkan-icd-loader')
optdepends=('libxnvctrl: NVIDIA GPU stats by XNVCtrl')
provides=('mangohud')
conflicts=('mangohud' 'mangohud-common-git')