[arch-commits] Commit in lxc-docker/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Nov 27 11:21:30 UTC 2013


    Date: Wednesday, November 27, 2013 @ 12:21:30
  Author: arodseth
Revision: 101543

work in progress

Modified:
  lxc-docker/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-27 10:14:00 UTC (rev 101542)
+++ PKGBUILD	2013-11-27 11:21:30 UTC (rev 101543)
@@ -6,7 +6,7 @@
 
 # TODO: Build from source instead of using the binary release
 
-pkgname=lxc-docker
+pkgname=docker
 pkgver=0.7.0
 pkgrel=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -14,8 +14,9 @@
 url='https://github.com/dotcloud/docker'
 license=('APACHE')
 depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'git')
+makdepends=('git')
 backup=('etc/sysctl.d/docker.conf')
-source=("docker.elf::https://get.docker.io/builds/Linux/x86_64/docker-$pkgver"
+source=('git://github.com/docker/docker.git#blabla=commit fragment thing'
         'docker.service'
         'docker.sysctl'
         'docker.bash::https://raw.github.com/dotcloud/docker/master/contrib/completion/bash/docker'




More information about the arch-commits mailing list