summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarvin Delgado2023-06-25 13:04:15 -0400
committerDarvin Delgado2023-06-25 13:04:15 -0400
commitd1a10da970728a158beda3a430cd9f332719fcdc (patch)
tree350ef32e6cc4bd3bbbffb528100b8ff73f8c9fca
parentd1b00efbfd62ae8b29bad11ed57e5dfe9b8431fb (diff)
downloadaur-d1a10da970728a158beda3a430cd9f332719fcdc.tar.gz
remove mangoapp from provides array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65dd04e9be6e..1a64ecfb0c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mangohud-git
pkgdesc = A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more.
pkgver = 0.6.9.1.r84.gbc8acf9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
license = MIT
@@ -26,9 +26,7 @@ pkgbase = mangohud-git
depends = vulkan-icd-loader
optdepends = libxnvctrl: NVIDIA GPU stats by XNVCtrl
provides = mangohud
- provides = mangoapp
conflicts = mangohud
- conflicts = mangoapp
conflicts = mangohud-common-git
source = mangohud-git::git+https://github.com/flightlessmango/MangoHud
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd01e783c8e5..641a04ec9a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mangohud-git
pkgver=0.6.9.1.r84.gbc8acf9
-pkgrel=1
+pkgrel=2
pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more."
url='https://github.com/flightlessmango/MangoHud'
license=('MIT')
@@ -10,8 +10,8 @@ arch=('x86_64')
makedepends=('git' 'appstream' 'cmocka' 'glslang' 'libxnvctrl' 'meson' 'nlohmann-json' 'python-mako')
depends=('dbus' 'fmt' 'gcc-libs' 'glew' 'hicolor-icon-theme' 'libglvnd' 'libx11' 'python-matplotlib' 'python-numpy' 'spdlog' 'vulkan-icd-loader')
optdepends=('libxnvctrl: NVIDIA GPU stats by XNVCtrl')
-provides=('mangohud' 'mangoapp')
-conflicts=('mangohud' 'mangoapp' 'mangohud-common-git')
+provides=('mangohud')
+conflicts=('mangohud' 'mangohud-common-git')
source=("$pkgname::git+$url")
sha512sums=('SKIP')