summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2019-02-06 17:44:07 +0100
committerNoel Kuntze2019-02-06 17:44:07 +0100
commita4c41b420d8c20d5487975fc82fdac8817baac3d (patch)
treedcfb6df84d32d31d8217029b6391a7e818cc3592
parent71105200edf83767de4cdbf6cb2053122648257d (diff)
downloadaur-a4c41b420d8c20d5487975fc82fdac8817baac3d.tar.gz
Add missing dependencies
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c849ce392f9..752eb0b3ac5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="A script and docker image to build packages in a clean container"
arch=(any)
url="https://github.com/Thermi/docker-makepkg"
license=('MIT')
-depends=(docker)
+depends=(iptables docker darkhttpd python python-netifaces python-ipaddress)
+makedepends=()
source=("https://github.com/Thermi/docker-makepkg/releases/download/${pkgver}/docker-makepkg-${pkgver}.tar.gz"
"https://github.com/Thermi/docker-makepkg/releases/download/${pkgver}/docker-makepkg-${pkgver}.tar.gz.asc")
sha256sums=('60c4d3213490445cb8f1bef11ecbe7fedf20114045290f45f55a8fb72f1bc557'