diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-01 10:19:34 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-01 10:19:49 +0000 |
commit | b4add4241f236e6ff15d769bd769724d9e81959b (patch) | |
tree | 665b020509964bd9197116009fbb3ddb872ce686 /main/lxc/APKBUILD | |
parent | d707c86cec10043c68aad235b97c155a00ae0d2c (diff) | |
download | aports-b4add4241f236e6ff15d769bd769724d9e81959b.tar.bz2 aports-b4add4241f236e6ff15d769bd769724d9e81959b.tar.xz |
main/lxc: add wget as dependency of lxc-downloads. Fixes #7338
Diffstat (limited to 'main/lxc/APKBUILD')
-rw-r--r-- | main/lxc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index 6e3185bd20..a3257d06f2 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -5,7 +5,7 @@ pkgname=lxc pkgver=2.0.7 _pkgver=${pkgver/_rc/.rc} -pkgrel=4 +pkgrel=5 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" @@ -95,7 +95,7 @@ _py3() { _download() { pkgdesc="LXC container image downloader template" - depends="$pkgname gnupg tar xz" + depends="$pkgname gnupg tar xz wget" mkdir -p "$subpkgdir"/$_tmpldir mv "$pkgdir"/$_tmpldir/lxc-download "$subpkgdir"/$_tmpldir/ |