aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaarle Ritvanen <kunkku@alpinelinux.org>2024-05-13 20:36:15 +0300
committerKaarle Ritvanen <kunkku@alpinelinux.org>2024-05-13 20:36:15 +0300
commit76319ab9b1bd3378a3c369fd2f0298d9079c8f4e (patch)
treec624ce882e0cb2a8f27ece6d7342030801ec0145
parent8886f3f34753c5f294387fa4d7597a20925cf9bd (diff)
main/lxc: add missing dependencyHEADmaster
-rw-r--r--main/lxc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index ccf884cf9c7..68063ef78f9 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -4,7 +4,7 @@
pkgname=lxc
pkgver=6.0.0
_pkgver=${pkgver/_rc/.rc}
-pkgrel=3
+pkgrel=4
pkgdesc="Userspace interface for the Linux kernel containment features"
url="https://linuxcontainers.org/lxc/"
arch="all"
@@ -112,7 +112,7 @@ _py3() {
_download() {
pkgdesc="LXC container image downloader template"
- depends="$pkgname gpg gnupg-dirmngr tar wget"
+ depends="$pkgname gpg gnupg-dirmngr tar wget xz"
amove $_tmpldir/lxc-download
}