From 24b118b08ebc50089af8fb8d57aa5d59bb5180b3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Nov 2013 09:23:58 +0100 Subject: Update lxc-docker to 0.6.5 --- lxc-docker/PKGBUILD | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lxc-docker/PKGBUILD') 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 +# Contributor: frio +# +# 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 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 -- cgit v1.2.3-54-g00ecf