Date: Saturday, November 30, 2013 @ 14:16:11 Author: seblu Revision: 101705
Fix typo in makedepends Modified: docker/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-30 13:09:30 UTC (rev 101704) +++ PKGBUILD 2013-11-30 13:16:11 UTC (rev 101705) @@ -10,7 +10,7 @@ url='http://www.docker.io/' license=('Apache') depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'sqlite' 'systemd') -makdepends=('git' 'go') +makedepends=('git' 'go') # don't strip binaries! A sha1 is used to check binary consistency. options=('!strip') source=("git+https://github.com/dotcloud/docker.git#tag=v$pkgver"
