diff options
-rw-r--r-- | community/docker-registry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index 8f1a48335e..58e93b5e66 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -8,10 +8,10 @@ url="https://github.com/docker/distribution" arch="x86 x86_64" license="ASL-2.0" makedepends="git go" -options="!strip" install="$pkgname.pre-install" pkguserss="docker-registry" pkggroups="docker-registry" +subpackages="$pkgname-dbg" source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz docker-registry.initd" builddir="$srcdir/distribution-$pkgver" |