summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-02-08 12:01:08 +0100
committerDanilo Kühn2017-02-08 12:01:08 +0100
commit9080b3527ef571de650a8363c49ed94fd9b93358 (patch)
tree3400c6c52ed791aa32095deef8e7c1a29947fb11
parent6b0ba6a595d99c4d842c2f715dda2aff7694bfda (diff)
downloadaur-9080b3527ef571de650a8363c49ed94fd9b93358.tar.gz
update licence and dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017595067b37..fb27eef9cee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = dry-bin
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
- license = MPL2
- depends = glibc
+ license = MIT
+ depends = docker
source = dry::https://github.com/moncho/dry/releases/download/v0.6-alpha.5/dry-linux-amd64
sha256sums = c787562a8b7276e755b9d9a8e9eb3717237866ea18fe7fe79aa076875fc6eb3e
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"