summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-11-01 09:40:57 +0100
committerEric Engestrom2020-11-01 09:40:57 +0100
commit6058dea6f27d6def304503b886f05858637cdc4b (patch)
tree0f389397950d4d3e62f168adcbaa7761df91b145
parentf77c993e8b9d0e05ef0a4d8b9a990120ebb0a1ec (diff)
downloadaur-6058dea6f27d6def304503b886f05858637cdc4b.tar.gz
update to v1.1 and install license file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb0cf43e8302..088cf638f57d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = docker-credential-lastpass
pkgdesc = Docker helper to store credentials in LastPass
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://gitlab.com/1ace/docker-credential-lastpass
install = docker-credential-lastpass.install
arch = any
license = MIT
depends = lastpass-cli
- source = https://gitlab.com/1ace/docker-credential-lastpass/-/archive/v1.0/docker-credential-lastpass-v1.0.tar.gz
- sha256sums = a39e306ac29007f976e46d3a32b6415f08a1959b87a9726fa0c587047eb44bd2
+ source = https://gitlab.com/1ace/docker-credential-lastpass/-/archive/v1.1/docker-credential-lastpass-v1.1.tar.gz
+ sha256sums = 1095da47e5379b80a2a9785c15bb5c252378f5a9fe882bdc5610b08e50db11c2
pkgname = docker-credential-lastpass
diff --git a/PKGBUILD b/PKGBUILD
index 778e8280d78c..6da898e70019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=docker-credential-lastpass
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Docker helper to store credentials in LastPass"
arch=(any)
@@ -9,9 +9,10 @@ url="https://gitlab.com/1ace/docker-credential-lastpass"
license=('MIT')
depends=('lastpass-cli')
source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('a39e306ac29007f976e46d3a32b6415f08a1959b87a9726fa0c587047eb44bd2')
+sha256sums=('1095da47e5379b80a2a9785c15bb5c252378f5a9fe882bdc5610b08e50db11c2')
install=$pkgname.install
package() {
install -D -m 0755 "$pkgname-v$pkgver"/docker-credential-lastpass "$pkgdir/usr/bin/docker-credential-lastpass"
+ install -D -m 0755 "$pkgname-v$pkgver"/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}