summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Theodorou2020-08-30 14:47:16 +0200
committerAngelo Theodorou2020-08-30 14:47:16 +0200
commit29958f9c51ee0a45ffb84eb0731dc3276f8bd0d0 (patch)
tree90d6d078f78054611fd3c21f771f26e39d196222 /PKGBUILD
parent80d580f9b3904b9e52f263aaeafa2efbc67deb83 (diff)
downloadaur-29958f9c51ee0a45ffb84eb0731dc3276f8bd0d0.tar.gz
Update to v0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 163052ccb5c2..bc6f464cbf39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Angelo Theodorou <encelo at gmail dot com>
pkgname=tracy
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="Real-time, nanosecond resolution frame profiler"
arch=('i686' 'x86_64')
url="https://bitbucket.org/wolfpld/tracy"
license=('BSD')
-depends=('glfw-x11' 'gtk2' 'intel-tbb' 'capstone')
+depends=('glfw-x11' 'gtk3' 'intel-tbb' 'capstone')
makedepends=('pkgconf' 'git')
provides=('tracy')
conflicts=('tracy')