summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilo Gilad2018-08-03 16:21:01 -0400
committerMilo Gilad2018-08-03 16:21:01 -0400
commit07020dd5bf3a90985b2531712b18b39f17a05727 (patch)
treed0ea6e064e9b8270e17a666e73d2e4029f341442
parent163101f5bf93d52ad7db778e53aac15e1b408900 (diff)
downloadaur-07020dd5bf3a90985b2531712b18b39f17a05727.tar.gz
Replacing old package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daaa3ff50099..809f44a03709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = bitwarden-bin
depends = nss
provides = bitwarden
conflicts = bitwarden
+ replaces = bitwarden
options = !strip
options = !emptydirs
source = https://github.com/bitwarden/desktop/releases/download/v1.4.0/Bitwarden-1.4.0-amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 29c7c6877f9e..d52c9e0339df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ groups=('')
depends=('alsa-lib' 'gconf' 'gtk2' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nspr' 'nss')
conflicts=('bitwarden')
provides=('bitwarden')
+replaces=('bitwarden')
options=('!strip' '!emptydirs')
source=("https://github.com/bitwarden/desktop/releases/download/v${pkgver}/Bitwarden-${pkgver}-amd64.deb")