aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/dockerpy-creds/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/dockerpy-creds/APKBUILD b/community/dockerpy-creds/APKBUILD
index 8c9c96f7a1..496b67cbdc 100644
--- a/community/dockerpy-creds/APKBUILD
+++ b/community/dockerpy-creds/APKBUILD
@@ -6,11 +6,10 @@ pkgrel=0
pkgdesc="Python bindings for the docker credentials store API"
url="https://github.com/shin-/dockerpy-creds"
arch="noarch"
-license="Apache"
+license="Apache-2.0"
depends="py3-six"
-makedepends="python3-dev py3-setuptools"
+makedepends="py3-setuptools python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
check() {
cd "$builddir"