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