aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a2fcf864366..9348a8b335af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
pkgname=bitwarden
pkgver=0.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="A secure and free password manager for all of your devices."
arch=('x86_64')
url="https://bitwarden.com"
@@ -18,7 +18,4 @@ package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
-
- install -D -m644 "/opt/Bitwarden/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
}