diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 18:47:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 18:47:52 -0300 |
commit | e9b8dcf46115a874f82fdd7b35ea9175ff116588 (patch) | |
tree | 4d98eb83f49b2c8287084356bcacc825e222b756 /testing/i3blocks | |
parent | e8e40b38446ab25798ffa76defc1329617fb6487 (diff) | |
download | aports-e9b8dcf46115a874f82fdd7b35ea9175ff116588.tar.bz2 aports-e9b8dcf46115a874f82fdd7b35ea9175ff116588.tar.xz |
testing/i3blocks: add missing bash-completion dep
Diffstat (limited to 'testing/i3blocks')
-rw-r--r-- | testing/i3blocks/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/i3blocks/APKBUILD b/testing/i3blocks/APKBUILD index 7c33d13a77..fdf77c554b 100644 --- a/testing/i3blocks/APKBUILD +++ b/testing/i3blocks/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/vivien/i3blocks" arch="all" license="GPL-3.0-or-later" options="!check" # no test suite -makedepends="ronn autoconf automake" +makedepends="ronn autoconf automake bash-completion" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/vivien/i3blocks/archive/$pkgver.tar.gz |