summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab6e6f3c8c6..9ad2e722daf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgrel=5
pkgdesc="dry is a terminal application to manage Docker containers and images"
url="http://moncho.github.io/dry/"
arch=('x86_64' 'i686')
-license=('MPL2')
-depends=('glibc')
+license=('MIT')
+depends=('docker')
if test "$CARCH" == i686; then
source=(
"${_pkgname}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-386"