aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Fordham2015-11-09 08:53:52 +1100
committerChris Fordham2015-11-09 08:53:52 +1100
commit96ed4ad320a79827ae12bd69578698b644dfb28a (patch)
treeb538fc46813ccd6f91337b463f5a02292e868e82 /PKGBUILD
parenta8da7b137c98d90838fd088178a60679a2ff2860 (diff)
downloadaur-96ed4ad320a79827ae12bd69578698b644dfb28a.tar.gz
Add co-maintainer comment, link to packagers doc, license type, pkg_ver to 1.10.0.dev.19692.e357be4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc64cbb022bf..086afdf6f057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# $Id: bfc54885f6617a81b35939f12f0a9f02199bb6d8 $
# Maintainer: Ido Rosen <ido@kernel.org>
+# Co-maintainer: Chris Fordham <chris at fordham-nagy dot id dot au> aka flaccid
# Contributor: Sébastien "Seblu" Luttringer
# Contributor: Marcel Wysocki <maci@satgnu.net>
# Contributor: Daniel YC Lin <dlin.tw@gmail>
@@ -11,14 +12,17 @@
# Otherwise, open a GitHub issue. Thank you! -Ido
#
+# Important upstream docs:
+# https://github.com/docker/docker/blob/master/project/PACKAGERS.md
+
pkgname=docker-git
-pkgver=1.9.0.dev.16580.729c9a9
+pkgver=1.10.0.dev.19692.e357be4
pkgrel=1
epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=(i686 'x86_64')
+pkgdesc='Pack, ship and run any application as a lightweight container.'
+arch=('i686' 'x86_64')
url="https://github.com/docker/docker"
-license=('Apache')
+license=('Apache License Version 2.0')
depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
backup=(etc/sysctl.d/docker.conf)