summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-04-05 08:36:44 -0600
committerMark Wagie2020-04-05 08:36:44 -0600
commit97749ec2da7292050a882d134fd9e16faf19c0a5 (patch)
tree1ffbaeec7148ff4415f164c46c55ba06cba01337
parent5f41ffe0922f98569f815abc4f882c96930fb009 (diff)
downloadaur-97749ec2da7292050a882d134fd9e16faf19c0a5.tar.gz
added vkbasalt to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ea30699663..9e07ade0102e 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.1.r4.gcdd3c5d
+ pkgver = 0.3.r4.gfb502d6
pkgrel = 1
url = https://github.com/benjamimgois/goverlay
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = goverlay-git
optdepends = mangohud: Configure MangoHUD
optdepends = mesa-demos: OpenGL preview
optdepends = vulkan-tools: Vulkan preview
+ optdepends = vkbasalt: vkBasalt support
provides = goverlay
conflicts = goverlay
source = git+https://github.com/benjamimgois/goverlay.git
diff --git a/PKGBUILD b/PKGBUILD
index 49ecff4fe9d8..fdf1bdea19cf 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.1.r4.gcdd3c5d
+pkgver=0.3.r4.gfb502d6
pkgrel=1
pkgdesc="An opensource project that aims to create a Graphical UI to help manage Linux overlays."
arch=('x86_64')
@@ -10,7 +10,8 @@ depends=('gtk2')
makedepends=('git' 'lazarus')
optdepends=('mangohud: Configure MangoHUD'
'mesa-demos: OpenGL preview'
- 'vulkan-tools: Vulkan preview')
+ 'vulkan-tools: Vulkan preview'
+ 'vkbasalt: vkBasalt support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/benjamimgois/goverlay.git')