aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibertylocked2018-10-11 05:34:11 -0400
committerlibertylocked2018-10-11 05:34:11 -0400
commit6a5d5f82e1fc337553505d0bd1a4f2215233a6b0 (patch)
treed393c93715c613dd117b76dcd82816e01eaf412a
parent6c80d18737f59585b3b2a96a1701843c7e757b9e (diff)
downloadaur-6a5d5f82e1fc337553505d0bd1a4f2215233a6b0.tar.gz
license field convention
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d23da19210..17a6bfb84836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = bitwarden
pkgrel = 2
url = https://github.com/bitwarden/desktop
arch = x86_64
- license = GPL-3.0
+ license = GPL3
makedepends = nodejs
makedepends = npm
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index a4c0f109a345..c28445545114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc='Bitwarden Desktop Application'
arch=('x86_64')
url='https://github.com/bitwarden/desktop'
-license=('GPL-3.0')
+license=('GPL3')
makedepends=('nodejs' 'npm')
depends=('alsa-lib' 'electron' 'gconf' 'gtk2' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nspr' 'nss')
conflicts=('bitwarden-git' 'bitwarden-bin')