summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2016-08-18 19:43:35 +0200
committerlarchunix2016-08-18 19:43:35 +0200
commit8255f40839d662b2d7ce00f19ff6321d7918338f (patch)
tree58ae9b0ecbfbe856af0af15d5407ffd85feae771 /PKGBUILD
parent1e531f19629f585b213dd37950319cb46021b746 (diff)
downloadaur-8255f40839d662b2d7ce00f19ff6321d7918338f.tar.gz
Use pkg-config to retrieve bash-completion directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2638156bdfe8..b2db2c6d734d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2' 'GPL')
depends=('hawkey' 'libcomps' 'librepo' 'rpm-org'
'python' 'python-iniparse' 'python-pygpgme')
-makedepends=('cmake' 'python-sphinx')
+makedepends=('bash-completion' 'cmake' 'python-sphinx')
checkdepends=('python-nose')
backup=("etc/$pkgname/automatic.conf"
"etc/$pkgname/$pkgname.conf")