summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-03-15 08:52:30 -0600
committerMark Wagie2020-03-15 08:52:30 -0600
commit5f41ffe0922f98569f815abc4f882c96930fb009 (patch)
tree562dacefd1e21fb036087645d3eb425530c97ec5
parent9382525f04b72b91e95a8f3aa4ad58cdc84f12fc (diff)
downloadaur-5f41ffe0922f98569f815abc4f882c96930fb009.tar.gz
added mesa-demos & vulkan-tools to optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77afc9598b77..36ea30699663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goverlay-git
pkgdesc = An opensource project that aims to create a Graphical UI to help manage Linux overlays.
- pkgver = 0.2.r1.ge16fbcb
+ pkgver = 0.2.1.r4.gcdd3c5d
pkgrel = 1
url = https://github.com/benjamimgois/goverlay
arch = x86_64
@@ -8,7 +8,9 @@ pkgbase = goverlay-git
makedepends = git
makedepends = lazarus
depends = gtk2
- optdepends = mangohud
+ optdepends = mangohud: Configure MangoHUD
+ optdepends = mesa-demos: OpenGL preview
+ optdepends = vulkan-tools: Vulkan preview
provides = goverlay
conflicts = goverlay
source = git+https://github.com/benjamimgois/goverlay.git
diff --git a/PKGBUILD b/PKGBUILD
index 95882a109012..49ecff4fe9d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=goverlay-git
-pkgver=0.2.r1.ge16fbcb
+pkgver=0.2.1.r4.gcdd3c5d
pkgrel=1
pkgdesc="An opensource project that aims to create a Graphical UI to help manage Linux overlays."
arch=('x86_64')
@@ -8,7 +8,9 @@ url="https://github.com/benjamimgois/goverlay"
license=('GPL3')
depends=('gtk2')
makedepends=('git' 'lazarus')
-optdepends=('mangohud')
+optdepends=('mangohud: Configure MangoHUD'
+ 'mesa-demos: OpenGL preview'
+ 'vulkan-tools: Vulkan preview')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/benjamimgois/goverlay.git')