summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-01 09:23:58 +0100
committerGravatar Tom Willemse2013-11-01 09:23:58 +0100
commit24b118b08ebc50089af8fb8d57aa5d59bb5180b3 (patch)
treebb45cb9b63492eb3fcc3e6bc25fcf20e03e629c7
parent38915a301855c967aad2ef7328c4ccb9b8bacaac (diff)
downloadpkgbuilds-24b118b08ebc50089af8fb8d57aa5d59bb5180b3.tar.gz
pkgbuilds-24b118b08ebc50089af8fb8d57aa5d59bb5180b3.zip
Update lxc-docker to 0.6.5
-rw-r--r--lxc-docker/PKGBUILD28
1 files changed, 14 insertions, 14 deletions
diff --git a/lxc-docker/PKGBUILD b/lxc-docker/PKGBUILD
index a46992d..8f28773 100644
--- a/lxc-docker/PKGBUILD
+++ b/lxc-docker/PKGBUILD
@@ -1,20 +1,20 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
+# $Id: 067fe921af8eb2645691fa602931a3813d24d41f $
+# Maintainer: Ido Rosen <ido@kernel.org>
+# Contributor: frio <development@frio.name>
+#
+# NOTE: To request changes to this package, please submit a pull request
+# to the GitHub repository at https://github.com/ido/packages-archlinux
+# Otherwise, open a GitHub issue. Thank you! -Ido
+#
-# See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
-# for more information on packaging from GIT sources.
-
-# Maintainer: frio <development@frio.name>
pkgname=lxc-docker
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
pkgdesc="Docker - the Linux container runtime"
arch=('x86_64')
url="https://github.com/dotcloud/docker"
license=('Apache License 2.0')
-depends=('bridge-utils' 'iproute2' 'lxc' 'linux-custom')
+depends=('bridge-utils' 'iproute2' 'aufs3-util' 'lxc' 'linux-custom')
provides=('lxc-docker')
source=(
"https://get.docker.io/builds/Linux/x86_64/docker-$pkgver"
@@ -22,9 +22,9 @@ source=(
)
conflicts=('lxc-docker-git')
replaces=('dotcloud-docker')
-sha1sums=(
- 'f6c700a8fe20d1399409046ca74bd52c37678c0c'
- 'b040b6fa5465a4ded3239c58bdcc0195a0d196f0'
+sha512sums=(
+ '5e76c362c143a8fede5387ae0485faea82e504a71cff3a62a54f829430f98caa15efdb2efab1c6cf58cb438b26b25b9b4692f18820b3a92f47bb3750b736bc31'
+ 'f6e1f6cc2ed66cd3eb674383326d52dc1fad0599677103b1539ae7002d06e6458c2bc5dc9a04b2024058b5b2aa3cf9211a200acebbd93ab1016d48ed849d2499'
)
install=lxc-docker.install