summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Theodorou2022-08-07 18:36:10 +0200
committerAngelo Theodorou2022-08-07 18:36:10 +0200
commitad306ad2c5a8ab4a1ba6672b8e87a88b5ce8d810 (patch)
treeb98f668939ac65c4778c7aade192ce174d831939 /PKGBUILD
parent9cd223c913c5ee2946b43d13258729bcaf1bd532 (diff)
downloadaur-ad306ad2c5a8ab4a1ba6672b8e87a88b5ce8d810.tar.gz
Add xdg-desktop-portal to the depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75cf01901a4d..89ada1ecd6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=tracy
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
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')
+depends=('glfw-x11' 'gtk3' 'intel-tbb' 'capstone' 'xdg-desktop-portal')
makedepends=('pkgconf' 'git')
provides=('tracy')
conflicts=('tracy')