aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilo Gilad2018-02-20 17:33:22 -0500
committerMilo Gilad2018-02-20 17:33:22 -0500
commit1c88984daf2cacd07ea144a45b62ae421f825bbb (patch)
treec27553110ec845e5a803f11cefcee400fac90044
parent4f925c6423e4b75acfddaa69c074a854c5121d9d (diff)
downloadaur-1c88984daf2cacd07ea144a45b62ae421f825bbb.tar.gz
Fixed PKGBUILD license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56da20353d4a..a0c9a941dcd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitwarden
pkgdesc = A secure and free password manager for all of your devices.
pkgver = 0.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://bitwarden.com
install = bitwarden.install
arch = x86_64
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"
-
}