summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Brown II2018-05-30 11:30:59 -0500
committerStephen Brown II2018-05-30 11:30:59 -0500
commit9c3f8d05e0cf3b21dec6c23055c119c4121950c0 (patch)
tree9b6d547259f38978362bece357b52a4659494c84
parentae82c045119aa0604c3c8ebb1500e3233530ab6f (diff)
downloadaur-9c3f8d05e0cf3b21dec6c23055c119c4121950c0.tar.gz
Update Licence to specify GPLv3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b362f50c8136..3fd2cdfbd8e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Wed May 30 16:23:19 UTC 2018
+# Wed May 30 16:30:13 UTC 2018
pkgbase = bitwarden-cli
pkgdesc = The command line vault (Windows, macOS, & Linux). bitwarden.com
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://bitwarden.com
arch = x86_64
- license = GPL
+ license = GPL3
options = !strip
source_x86_64 = https://github.com/bitwarden/cli/releases/download/v1.0.1/bw-linux-1.0.1.zip
sha256sums_x86_64 = 1eaccea82f9262b530c7ec53c6de56642a6c35c229f4b5b10bcf3a7c64ac6419
diff --git a/PKGBUILD b/PKGBUILD
index c158a42717e3..cdd03a934843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Stephen Brown II <Stephen [dot] Brown2 [at] gmail.com>
pkgname=bitwarden-cli
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="The command line vault (Windows, macOS, & Linux). bitwarden.com"
arch=('x86_64')
url="https://bitwarden.com"
-license=('GPL')
+license=('GPL3')
options=('!strip')
source_x86_64=("https://github.com/bitwarden/cli/releases/download/v${pkgver}/bw-linux-${pkgver}.zip")
sha256sums_x86_64=('1eaccea82f9262b530c7ec53c6de56642a6c35c229f4b5b10bcf3a7c64ac6419')