summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2016-08-18 12:17:07 -0700
committerMike Javorski2016-08-18 12:17:24 -0700
commit2d3c5dc14e81c603c6b1047a146a8d91682630ae (patch)
tree56913c36f2fb30c74ffc4c826a8836930b53459d
parenta9289495f3471b60a08de2e4d50e1605aed906df (diff)
downloadaur-2d3c5dc14e81c603c6b1047a146a8d91682630ae.tar.gz
Drop unneeded build dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecea2af47ee4..4d7fac189d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://www.docker.com/'
license=('Apache')
conflicts=('docker')
depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 'libseccomp')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+makedepends=('go-md2man')
optdepends=('btrfs-progs: btrfs backend support'
'lxc: lxc backend support')
# don't strip binaries! A sha1 is used to check binary consistency.