summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarvin Delgado2023-06-25 13:05:23 -0400
committerDarvin Delgado2023-06-25 13:05:23 -0400
commitef0e294f75a3d8781f83d75656a5c5d5301ab40b (patch)
tree47305407aa6cb0c163383565385ffb6aa7bea5f0
parent648bbc07485ad88fb7b97257b2e1389c33396321 (diff)
downloadaur-ef0e294f75a3d8781f83d75656a5c5d5301ab40b.tar.gz
remove mangoapp from provides array
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ac3bce8ad94..1b8866df3750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=lib32-mangohud-git
pkgver=0.6.9.1.r84.gbc8acf9
-pkgrel=1
+pkgrel=2
pkgdesc="32-bit libraries for MangoHud and MangoApp"
url='https://github.com/flightlessmango/MangoHud'
license=('MIT')
arch=('x86_64')
makedepends=('git' 'glfw-x11' 'glslang' 'lib32-cmocka' 'lib32-libglvnd' 'libxnvctrl' 'meson' 'nlohmann-json' 'python-mako')
depends=('lib32-dbus' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-vulkan-icd-loader')
-provides=('lib32-mangohud' 'lib32-mangoapp')
-conflicts=('lib32-mangohud' 'lib32-mangoapp')
+provides=('lib32-mangohud')
+conflicts=('lib32-mangohud')
source=("$pkgname::git+$url")
sha512sums=('SKIP')