diff options
| -rw-r--r-- | main/lxc/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index a416e4ad3b..012b51357f 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -4,13 +4,14 @@ pkgname=lxc pkgver=3.2.1 _pkgver=${pkgver/_rc/.rc} -pkgrel=0 +pkgrel=1 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" license="GPL" makedepends=" libcap-dev + libcap-static libseccomp-dev linux-pam-dev linux-headers |
