summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-24 23:55:54 +0200
committerJohannes Dewender2015-06-24 23:55:54 +0200
commitf88b15a39c69c91ab2c7f1ee3485d081788f4cbd (patch)
tree0fdf7d00c7f337be341db0c27b41fde3a7b4e7f2 /PKGBUILD
parentfc6f31aa82096d122b54bb6b2142b925284ff0d6 (diff)
downloadaur-f88b15a39c69c91ab2c7f1ee3485d081788f4cbd.tar.gz
add optdepends for cov-analysis
Available after login at https://scan.coverity.com/download There is no actual package anymore because the download can not be automated. Old package available at: https://github.com/JonnyJD/PKGBUILDs/commit/0106f6cdce8a4ae1cdadcdf150dfad94695a0e72
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78af52dee1c0..d5c795a58965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="http://www.catb.org/esr/coverity-submit/"
license=('BSD')
depends=('python2' 'curl')
+optdepends=('cov-analysis: available after login at coverity')
makedepends=('pychecker')
source=(http://www.catb.org/~esr/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('afc40b86f9911617b5c309d3330a65c8')