summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjaro Build Server2023-04-03 17:35:03 -0600
committerManjaro Build Server2023-04-03 17:35:03 -0600
commite44c5bd33aa0d9e434b8e829df810ba3ff6c2425 (patch)
tree263c11b7276aa7c26d1566e6f083c0f10a9a49bc
parentf5d070ec2e2db5ed02caef5311df2223d46c0456 (diff)
downloadaur-e44c5bd33aa0d9e434b8e829df810ba3ff6c2425.tar.gz
upstream bug fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad1e9081829..e09a10edc2b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mangohud
pkgdesc = A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more.
- pkgver = 0.6.8+134+g80d394c
+ pkgver = 0.6.8+140+g1b3f8b2
pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = mangohud
makedepends = nlohmann-json
makedepends = python-mako
makedepends = spdlog
- source = git+https://github.com/flightlessmango/MangoHud.git#commit=80d394c0cdb8d7c808aa2b7855e2a2f60e8d9a64
+ source = git+https://github.com/flightlessmango/MangoHud.git#commit=1b3f8b29bc434c2f52fcbf371c893cf0e99f8f5c
source = git+https://github.com/flightlessmango/minhook.git
source = https://github.com/ocornut/imgui/archive/refs/tags/v1.81/imgui-1.81.tar.gz
source = https://wrapdb.mesonbuild.com/v2/imgui_1.81-1/get_patch#/imgui-1.81-1-wrap.zip
diff --git a/PKGBUILD b/PKGBUILD
index 5e3d34b99b30..58656248b005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=('mangohud' 'mangoapp' 'mangohud-common')
pkgbase=mangohud
-pkgver=0.6.8+134+g80d394c
+pkgver=0.6.8+140+g1b3f8b2
pkgrel=1
_imgui_ver=1.81
_vulkan_ver=1.2.158
@@ -12,7 +12,7 @@ url="https://github.com/flightlessmango/MangoHud"
license=('MIT')
makedepends=('appstream' 'cmocka' 'dbus' 'git' 'glew' 'glfw-x11' 'glslang' 'libglvnd'
'libxnvctrl' 'meson' 'nlohmann-json' 'python-mako' 'spdlog')
-_commit=80d394c0cdb8d7c808aa2b7855e2a2f60e8d9a64 # master
+_commit=1b3f8b29bc434c2f52fcbf371c893cf0e99f8f5c # master
source=("git+https://github.com/flightlessmango/MangoHud.git#commit=${_commit}"
'git+https://github.com/flightlessmango/minhook.git'
"https://github.com/ocornut/imgui/archive/refs/tags/v${_imgui_ver}/imgui-${_imgui_ver}.tar.gz"