summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarvin Delgado2023-01-18 19:51:08 -0400
committerDarvin Delgado2023-01-18 19:51:08 -0400
commit9912045f62bc90c5f0a9ad30c4adae91c46891e1 (patch)
treef5d662cfc9b73bc5b781cfb696e305a571b90f02 /PKGBUILD
parent0acd0d4bd755965e2d3406db654fb4f97666990b (diff)
downloadaur-9912045f62bc90c5f0a9ad30c4adae91c46891e1.tar.gz
a small fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d82fa8006914..d98dc064b0ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mangohud
pkgname=mangohud-git
-pkgver=0.6.8.r53.gabb5359
+pkgver=0.6.8.r54.g99c72d3
pkgrel=1
pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more."
url='https://github.com/flightlessmango/MangoHud'
@@ -41,5 +41,4 @@ build() {
package() {
meson install --destdir="$pkgdir" -C build
install -Dm664 "${_pkgname%"-git"}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- rm "$pkgdir/usr/share/vulkan/implicit_layer.d/libMangoApp.json"
}