summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarvin Delgado2023-06-25 12:50:38 -0400
committerDarvin Delgado2023-06-25 12:50:38 -0400
commit648bbc07485ad88fb7b97257b2e1389c33396321 (patch)
tree35b41e66d05bebb17f4b17aea2207d468dbe52ee
parent02e5eb34ba71abd3a7e9194522f0d5bcea63d662 (diff)
downloadaur-648bbc07485ad88fb7b97257b2e1389c33396321.tar.gz
remove mangoapp
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad397988fefe..a7abd0c5bd47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mangohud-git
pkgdesc = 32-bit libraries for MangoHud and MangoApp
- pkgver = 0.6.9.1.r79.g30748bd
+ pkgver = 0.6.9.1.r84.gbc8acf9
pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index beb12ed237d0..9ac3bce8ad94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Darvin Delgado <dnmodder at gmail dot com>
pkgname=lib32-mangohud-git
-pkgver=0.6.9.1.r79.g30748bd
+pkgver=0.6.9.1.r84.gbc8acf9
pkgrel=1
pkgdesc="32-bit libraries for MangoHud and MangoApp"
url='https://github.com/flightlessmango/MangoHud'
@@ -22,8 +22,8 @@ pkgver() {
build() {
local meson_options=(
--wrap-mode=nofallback
- -Dmangoapp_layer=true
-Dinclude_doc=false
+ -Dwith_wayland=enabled
$pkgname
)