summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 561083f0b0ca..1d5245af1d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Sun May 12 06:44:42 UTC 2019
+# Sun May 12 06:45:58 UTC 2019
pkgbase = amazon-ecr-credential-helper
pkgdesc = A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry.
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/awslabs/amazon-ecr-credential-helper
arch = i686
arch = x86_64
- license = MPL
+ license = Apache
makedepends = go
source = amazon-ecr-credential-helper-0.3.0.tar.gz::https://github.com/awslabs/amazon-ecr-credential-helper/archive/v0.3.0.tar.gz
sha512sums = af25cd729391d1eefcd8c62aa5b165d8ffaafcfd19a65134c9e96aeae975747b8ae34819024eb89db4025ef1bf9105ff1acd9ad3bc9104987cc47c072441418e
diff --git a/PKGBUILD b/PKGBUILD
index cb9b5ab44a9b..1f990e03e87f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=amazon-ecr-credential-helper
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
_commit=798bf2536dbe8a8d297e0b9ce5d61a8ef3df7775
pkgdesc="A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry."
url='https://github.com/awslabs/amazon-ecr-credential-helper'
arch=('i686' 'x86_64')
-license=('MPL')
+license=('Apache')
makedepends=('go')
_gourl=github.com/awslabs
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/awslabs/amazon-ecr-credential-helper/archive/v${pkgver}.tar.gz")