summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrett Cornwall2018-10-29 18:17:11 -0600
committerBrett Cornwall2018-10-29 18:17:11 -0600
commit2ea7a6bfb4edd0a0f16d9cd0107bd0bcfe4e8358 (patch)
tree7234a231bd831f9d63d70575d1cfc902395fc922 /PKGBUILD
parentc9fe5a29df88b08b3baea741db954c0860dc15ae (diff)
downloadaur-2ea7a6bfb4edd0a0f16d9cd0107bd0bcfe4e8358.tar.gz
add optdepends of python2-argcomplete
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9ebf187b80d..a8d6185d2cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=linkchecker
pkgver=9.4.0
-pkgrel=4
+pkgrel=5
pkgdesc="Check websites for broken links."
arch=('x86_64')
url="https://github.com/linkcheck/linkchecker"
license=('GPL2')
depends=('python2-requests' 'python2-dnspython' 'python2-xdg')
+optdepends=('python2-argcomplete: For command-line completion')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linkchecker/linkchecker/archive/v$pkgver.tar.gz")
sha256sums=('1ce495fc5f2366ac5b31cbda6fef2c5cf6582bb2d55fd9648931952611e47473')