aboutsummaryrefslogtreecommitdiffstats
path: root/testing/docker-volume-local-persist
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 01:52:43 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 01:52:43 +0000
commit3b6af96067b224097922d08fc9d15816d8117c1c (patch)
tree368d0c66d90eee64548b018c6a8842ca2e60283a /testing/docker-volume-local-persist
parent5b9965f86cb7f39b6f51da010276a62ce6dfd53e (diff)
downloadaports-3b6af96067b224097922d08fc9d15816d8117c1c.tar.bz2
aports-3b6af96067b224097922d08fc9d15816d8117c1c.tar.xz
testing/docker-volume-local-persist: add missing build dependency
Diffstat (limited to 'testing/docker-volume-local-persist')
-rw-r--r--testing/docker-volume-local-persist/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/docker-volume-local-persist/APKBUILD b/testing/docker-volume-local-persist/APKBUILD
index be6a2c0e29..3422ed93da 100644
--- a/testing/docker-volume-local-persist/APKBUILD
+++ b/testing/docker-volume-local-persist/APKBUILD
@@ -7,7 +7,7 @@ url="https://github.com/CWSpear/local-persist"
arch="all"
license="MIT"
depends="docker"
-makedepends="go"
+makedepends="go glide"
install=""
subpackages=""
source="docker-local-persist-$pkgver.tar.gz::https://github.com/CWSpear/local-persist/archive/v$pkgver.tar.gz"