aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilo Gilad2018-03-06 08:14:45 -0500
committerMilo Gilad2018-03-06 08:14:58 -0500
commite29ea518f094fa497b1d8565dcb9cd97ae983952 (patch)
tree44a7b20d84eaa899d78774b877c3877ba6693d79
parent2e32f84ecf7b87aa2a75643b38cc95e970b146b4 (diff)
downloadaur-e29ea518f094fa497b1d8565dcb9cd97ae983952.tar.gz
Working now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffbbdefc54f7..1f399c661259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitwarden
pkgdesc = A secure and free password manager for all of your devices.
pkgver = 1.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://bitwarden.com
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cc4c0d3ebf5e..8168eb74ea48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
pkgname=bitwarden
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="A secure and free password manager for all of your devices."
arch=('x86_64')
url="https://bitwarden.com"
@@ -20,6 +20,6 @@ package(){
# Symlink
install -d "${pkgdir}/usr/bin"
- ln -s "/opt/Bitwarden/bitwarden ${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/opt/Bitwarden/bitwarden" "${pkgdir}/usr/bin/${pkgname}"
}