diff options
Diffstat (limited to 'testing/docker-volume-local-persist')
-rw-r--r-- | testing/docker-volume-local-persist/APKBUILD | 2 |
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" |