MangoHud: update to 0.6.3.
This commit is contained in:
parent
4caeef7b7a
commit
dcf6b3ef52
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'MangoHud'
|
||||
pkgname=MangoHud
|
||||
version=0.6.1
|
||||
revision=2
|
||||
version=0.6.3
|
||||
revision=1
|
||||
wrksrc="MangoHud-v${version}"
|
||||
build_style=meson
|
||||
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled"
|
||||
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled
|
||||
-Dwith_nvml=disabled"
|
||||
hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config"
|
||||
makedepends="libglvnd-devel dbus-devel vulkan-loader Vulkan-Headers"
|
||||
short_desc="Vulkan and OpenGL overlay for monitoring FPS, temperatures and more"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/flightlessmango/MangoHud"
|
||||
distfiles="https://github.com/flightlessmango/MangoHud/archive/v${version}.tar.gz"
|
||||
checksum=a1cb0bef85fd46a6e5e7426b86e0d16714e5ec68f96c724f6f53a357f516f78b
|
||||
lib32files="/usr/bin/mangohud.x86 /usr/share/vulkan/implicit_layer.d/MangoHud.x86.json"
|
||||
distfiles="https://github.com/flightlessmango/MangoHud/releases/download/v${version}/MangoHud-v${version}-Source-DFSG.tar.xz"
|
||||
checksum=c0d27e1f3ab1fce99ea1cfb48afe97dcad1c78dfc72c9ab9dbcb0ce2366909ec
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue