summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarvin Delgado2020-08-01 10:55:05 -0400
committerDarvin Delgado2020-08-01 10:55:05 -0400
commit8e43dc55c672cde8dcacede4317aef687b2649c8 (patch)
tree0afb987e3e71f2d1de5d298d2d8b3c6bc1ef9b7b
parentfe4f9a889253a53d947eb09c6df6afa9aa78b94b (diff)
downloadaur-8e43dc55c672cde8dcacede4317aef687b2649c8.tar.gz
fixed conflicting files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b817ff767ac2..d1bfd0b68cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mangohud-git
- pkgver = 0.3.1.r80.ga6bfa71
+ pkgver = 0.4.1.r92.gb07db5d
pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dc84ecc566c3..ef6819733906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=mangohud
pkgbase=$_pkgbase-git
pkgname=('mangohud-git' 'lib32-mangohud-git' 'mangohud-common-git')
-pkgver=0.3.1.r80.ga6bfa71
+pkgver=0.4.1.r92.gb07db5d
pkgrel=1
url='https://github.com/flightlessmango/MangoHud'
license=('MIT')
@@ -65,6 +65,7 @@ package_lib32-mangohud-git() {
conflicts=('lib32-mangohud')
DESTDIR="$pkgdir" ninja -C build32 install
+ rm -r "$pkgdir/usr/share/man"
}
package_mangohud-common-git() {