summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Theodorou2022-09-20 22:38:48 +0200
committerAngelo Theodorou2022-09-20 22:38:48 +0200
commitb3206dabc07c393d3523fb9c8e406e405e2575c8 (patch)
tree1d89f3e76e883a5cf3a10f33eafa61ab692d217b /PKGBUILD
parentad306ad2c5a8ab4a1ba6672b8e87a88b5ce8d810 (diff)
downloadaur-b3206dabc07c393d3523fb9c8e406e405e2575c8.tar.gz
Move xdg-desktop-portal to the optdepends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89ada1ecd6b0..e4dd9baab48b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=tracy
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="Real-time, nanosecond resolution frame profiler"
arch=('i686' 'x86_64')
url="https://github.com/wolfpld/tracy"
license=('BSD')
-depends=('glfw-x11' 'gtk3' 'intel-tbb' 'capstone' 'xdg-desktop-portal')
+depends=('glfw-x11' 'gtk3' 'intel-tbb' 'capstone')
makedepends=('pkgconf' 'git')
+optdepends=('xdg-desktop-portal: file dialogs')
provides=('tracy')
conflicts=('tracy')
source=("git+$url#tag=v$pkgver")