Skip to content

Commit

Permalink
Update Mangohud to the same version Valve uses
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsagax committed Apr 13, 2023
1 parent 34248b3 commit 7c4045c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/50-mangohud/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Simon Hallsten <flightlessmangoyt@gmail.com>
pkgname=('mangohud' 'lib32-mangohud')
pkgver=0.6.8.r145.g020e848
pkgver=0.6.8.r148.g070fa1b
pkgrel=1
pkgdesc="Vulkan and OpenGL overlay to display performance information"
arch=('x86_64')
Expand All @@ -11,7 +11,7 @@ depends=('glslang' 'libglvnd' 'lib32-libglvnd' 'glew' 'glfw-x11')
replaces=('vulkan-mesa-layer-mango')
license=('MIT')
source=(
"mangohud"::"git+https://github.com/flightlessmango/MangoHud.git#commit=020e8485e20c250c34240f9cca244394e9a3204c"
"mangohud"::"git+https://github.com/flightlessmango/MangoHud.git#commit=070fa1be842479942b55505688bcb06e86875075"
"mangohud-minhook"::"git+https://github.com/flightlessmango/minhook.git"
"imgui-v1.81.tar.gz::https://github.com/ocornut/imgui/archive/v1.81.tar.gz"
"imgui-1.81-1-wrap.zip::https://wrapdb.mesonbuild.com/v1/projects/imgui/1.81/1/get_zip"
Expand Down Expand Up @@ -58,8 +58,8 @@ prepare() {
ln -sv "$srcdir/LICENSE.MIT" subprojects/nlohmann_json-3.10.5/
ln -sv "$srcdir/meson.build" subprojects/nlohmann_json-3.10.5/
ln -sv "$srcdir/Vulkan-Headers-1.2.158" subprojects
patch -Np1 -i ../resolution.patch

patch -Np1 -i ../resolution.patch
}

build() {
Expand Down

0 comments on commit 7c4045c

Please sign in to comment.