aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibertylocked2018-10-11 05:19:37 -0400
committerlibertylocked2018-10-11 05:19:37 -0400
commit6c80d18737f59585b3b2a96a1701843c7e757b9e (patch)
tree214c0f82acb31daa1c28de50db3632dea7fe364c
parent28b381536a9765b133c93ff2c012b0f113f3e41b (diff)
downloadaur-6c80d18737f59585b3b2a96a1701843c7e757b9e.tar.gz
remove pkgname from provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33135e16fe45..10d23da19210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,6 @@ pkgbase = bitwarden
depends = libxtst
depends = nspr
depends = nss
- provides = bitwarden
conflicts = bitwarden-git
conflicts = bitwarden-bin
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f18d3478a051..a4c0f109a345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url='https://github.com/bitwarden/desktop'
license=('GPL-3.0')
makedepends=('nodejs' 'npm')
depends=('alsa-lib' 'electron' 'gconf' 'gtk2' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nspr' 'nss')
-provides=('bitwarden')
conflicts=('bitwarden-git' 'bitwarden-bin')
options=('!strip' '!emptydirs')
source=("${pkgname}-git-repo::git+https://github.com/bitwarden/desktop.git#tag=v${pkgver}"