diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : mangohud -version : 0.4.1 -release : 1 +version : 0.5.1 +release : 2 source : - - git|https://github.com/flightlessmango/MangoHud.git : v0.4.1 + - git|https://github.com/flightlessmango/MangoHud.git : v0.5.1 license : MIT component : system.utils summary : Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more @@ -27,8 +27,3 @@ %ninja_install # Install default configuration file install -Dm00644 $workdir/bin/MangoHud.conf -t $installdir/usr/share/mangohud - # Handle multiple json files for multilib - MANGOJSONDIR=$installdir/usr/share/vulkan/implicit_layer.d - if [ $EMUL32BUILD ]; then - mv $MANGOJSONDIR/MangoHud.x86.json $MANGOJSONDIR/MangoHud.i686.json - fi diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ mangohud - Joshua Strobl - joshua@streambits.io + Tristan Bouillon + freego008@gmail.com MIT system.utils @@ -20,24 +20,23 @@ system.utils /usr/bin/mangohud - /usr/bin/mangohud.x86 /usr/lib32/mangohud/libMangoHud.so /usr/lib32/mangohud/libMangoHud_dlsym.so /usr/lib64/mangohud/libMangoHud.so /usr/lib64/mangohud/libMangoHud_dlsym.so /usr/share/doc/mangohud/MangoHud.conf.example + /usr/share/man/man1/mangohud.1 /usr/share/mangohud/MangoHud.conf - /usr/share/vulkan/implicit_layer.d/MangoHud.i686.json - /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json + /usr/share/vulkan/implicit_layer.d/MangoHud.json - - 2020-07-16 - 0.4.1 + + 2020-08-17 + 0.5.1 Packaging update - Joshua Strobl - joshua@streambits.io + Tristan Bouillon + freego008@gmail.com \ No newline at end of file