summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Moustafine2019-01-19 09:45:08 +0300
committerMarat Moustafine2019-01-19 09:45:08 +0300
commitcc9804ba90f0ed510406035069186235e64cbd44 (patch)
tree2375abaf28a53d3326b5ef96cbdb4340c9f1f8e8
parent8ed2de37c14cb16e43b1fa90e21ed1b8f8e991bb (diff)
downloadaur-cc9804ba90f0ed510406035069186235e64cbd44.tar.gz
Add the strace tool as an optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61d7e68682f..537d6b090b3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = pvs-studio
license = unknown
optdepends = how-to-use-pvs-studio-free: for adding special comments to a source code
optdepends = bash-completion: for bash completion
+ optdepends = strace: for analyzing via using strace logs
options = !strip
source = http://files.viva64.com/pvs-studio-6.27.28939.741-x86_64.tgz
sha256sums = 860f4bf7c040f1ada3ee0d98d4fbd575bd7afb0abe82d1c2155c881a2b69144b
diff --git a/PKGBUILD b/PKGBUILD
index eb56d3198c1d..945d86428b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url=http://www.viva64.com/en/$pkgname
license=('unknown')
depends_i686=('qemu-headless-arch-extra')
optdepends=('how-to-use-pvs-studio-free: for adding special comments to a source code'
- 'bash-completion: for bash completion')
+ 'bash-completion: for bash completion'
+ 'strace: for analyzing via using strace logs')
options=('!strip')
install=$pkgname.install
source=(http://files.viva64.com/$pkgname-$pkgver-${arch[1]}.tgz)