summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Cabanilla2017-09-30 13:11:18 -0700
committerCarlo Cabanilla2017-09-30 13:12:05 -0700
commit19e0510df2ee71a09e79b42093f0240a9eed3e72 (patch)
treee234d32915ecc9182f1ec51cdf764d5a42cfbf2a
parent1d02a08570aa4e0fccbcd1ed4d4280e2e848823a (diff)
downloadaur-19e0510df2ee71a09e79b42093f0240a9eed3e72.tar.gz
update to v4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bb64cd90ec9..d38a7384e583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat Sep 30 20:11:42 UTC 2017
pkgbase = aws-vault
pkgdesc = A vault for securely storing and accessing AWS credentials in development environments
- pkgver = 3.7.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/99designs/aws-vault
arch = x86_64
arch = i686
license = MIT
- source = https://github.com/99designs/aws-vault/releases/download/v${pkgver}/aws-vault-linux-amd64
- sha256sums = 737897071e5efacaeea2abf88989662d5f45b9bedbf954b224ec4e2d98852f50
+ source = https://github.com/99designs/aws-vault/releases/download/v4.0.0/aws-vault-linux-amd64
+ sha256sums = 5d0f2bcd28df5090e187c8cc3abe9bfb9c47785b1562b20f5ca9cf2c24ab438d
pkgname = aws-vault
diff --git a/PKGBUILD b/PKGBUILD
index 9d6c4bddb527..ce5ac807671e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,14 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=aws-vault
-pkgver=3.7.1
+pkgver=4.0.0
pkgrel=1
pkgdesc='A vault for securely storing and accessing AWS credentials in development environments'
arch=('x86_64' 'i686')
url='https://github.com/99designs/aws-vault'
license=('MIT')
-#depends=('java-environment' 'lib32-alsa-lib' 'lib32-openal'
-# 'lib32-libstdc++5' 'lib32-libxv' 'lib32-mesa' 'lib32-ncurses'
-# 'lib32-sdl' 'lib32-zlib' 'lib32-fontconfig' 'lib32-libpulse'
-# 'swt')
-#optdepends=('android-emulator: emulator has become standalone since 25.3.0'
-# 'android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx'
-# 'android-udev: udev rules for Android devices')
source=("https://github.com/99designs/aws-vault/releases/download/v${pkgver}/aws-vault-linux-amd64")
-sha256sums=('737897071e5efacaeea2abf88989662d5f45b9bedbf954b224ec4e2d98852f50')
+sha256sums=('5d0f2bcd28df5090e187c8cc3abe9bfb9c47785b1562b20f5ca9cf2c24ab438d')
package() {
install -Dm755 aws-vault-linux-amd64 "${pkgdir}/usr/bin/aws-vault"