diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-16 21:17:18 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:20:30 +0100 |
commit | 7a1cf2534d59e14162e4440a7652b6dcd0cd7764 (patch) | |
tree | 98fe6b3a52779a72de00d491eae5d714f957a175 /main/lxc | |
parent | 5585c42178086174d6407d09f8ee78dcb30fefe2 (diff) | |
download | aports-7a1cf2534d59e14162e4440a7652b6dcd0cd7764.tar.bz2 aports-7a1cf2534d59e14162e4440a7652b6dcd0cd7764.tar.xz |
main/lxc: rebuild against new version of python3
Diffstat (limited to 'main/lxc')
-rw-r--r-- | main/lxc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index 1dc2cf4664..8ccad98f39 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -5,7 +5,7 @@ pkgname=lxc pkgver=2.0.7 _pkgver=${pkgver/_rc/.rc} -pkgrel=0 +pkgrel=1 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" |