diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-17 03:27:11 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-17 03:27:11 +0000 |
commit | 6459b84bf754eda5323f40eb7af76dde65b63251 (patch) | |
tree | 81947a270848520d4cf2f9d1c5ce91ced54fcdff /community/lxc | |
parent | 942111e62628e9a5c4729563215b1cfb8911735e (diff) |
Tue Jun 17 03:23:47 UTC 2014
Diffstat (limited to 'community/lxc')
-rw-r--r-- | community/lxc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 8795f8c5e..d049cc468 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110133 2014-04-24 14:32:09Z spupykin $ +# $Id: PKGBUILD 113234 2014-06-16 11:42:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> @@ -6,9 +6,9 @@ # Contributor: Jon Nordby <jononor@gmail.com> pkgname=lxc -pkgver=1.0.3 +pkgver=1.0.4 epoch=1 -pkgrel=5 +pkgrel=1 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://linuxcontainers.org" @@ -25,7 +25,7 @@ backup=('etc/lxc/default.conf') source=("http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz" "lxc.tmpfiles.d" "lxc.service") -md5sums=('55873b1411a606397309aa6c4c4263b3' +md5sums=('2689080af03a8ac1f1ce577728dd3619' 'df94c9fb8a753011c86ee664e9f521ff' '32db4ef06b27f36e15ff4b67c049dfeb') |