summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuele Ballarin2018-08-04 18:41:57 +0200
committerGitHub2018-08-04 18:41:57 +0200
commit57332975e36793eb67d59e9a9d0ba147670795fd (patch)
treebdeaad48f6c24676988b3d120388f7d2c9481a89 /PKGBUILD
parentbb70266ce431e39f91920d201504e8b8d3096afa (diff)
downloadaur-57332975e36793eb67d59e9a9d0ba147670795fd.tar.gz
Added missing sed dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60c2e9ba5c8c..036c269d64e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/lxc/lxd"
license=('APACHE')
conflicts=('lxd-lts')
depends=('lxc' 'squashfs-tools' 'dnsmasq' 'sqlite' 'attr')
-makedepends=('go-pie' 'git')
+makedepends=('go-pie' 'git' 'sed')
options=('!strip' '!emptydirs')
optdepends=(
'lvm2: for lvm2 support'