summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Rodriguez2021-03-22 12:23:24 -0400
committerAndres Rodriguez2021-03-22 12:23:24 -0400
commit67e6fc4b012c4cebdea835b215229aecedce61dd (patch)
tree701ca77e13ea3ece2508a3cbc78c1628fc06fe31
parentdad47cf61c806664d77f58207bc233119d3839b7 (diff)
downloadaur-67e6fc4b012c4cebdea835b215229aecedce61dd.tar.gz
Remove gpuvis dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38cddf74ff33..4d9a7a7ca234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = gpu-trace
arch = x86_64
license = MIT
depends = trace-cmd
- optdepends = gpuvis-git
provides = gpu-trace
provides = amdgpu-trace
conflicts = gpu-trace
diff --git a/PKGBUILD b/PKGBUILD
index 1eaa5b41dd9d..5eb84bba1898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ arch=('x86_64')
url="https://github.com/lostgoat/gpu-trace"
license=('MIT')
depends=('trace-cmd')
-optdepends=('gpuvis-git')
provides=('gpu-trace' 'amdgpu-trace')
conflicts=('gpu-trace' 'amdgpu-trace')
source=("git+$url#tag=$pkgver")