aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')