summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2016-08-10 19:27:34 +0200
committerlarchunix2016-08-10 19:27:34 +0200
commitdb8cb70e7da50540c46073358834a1a605b3bbca (patch)
treec9d6cfad7f6e1739e608cbb2aeaa85af69b55b50 /PKGBUILD
parentf827351ede8443c808e770aad63ce9fa5a184371 (diff)
downloadaur-db8cb70e7da50540c46073358834a1a605b3bbca.tar.gz
Use pkg-config to retrieve bash-completion directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0970e43024d9..e92f03723a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ arch=('any')
license=('GPL2')
depends=('python')
((_with_usermode)) && depends+=('usermode')
+makedepends=('bash-completion')
optdepends=('createrepo_c: for mockchain command'
'dnf-plugins-core: to create RPMs for Fedora >= 24 and for Mageia'
'lvm2: for lvm_root plugin'