summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efaf774fc935..7523da96f8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.tozt.net/rbw
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = rbw
makedepends = rust
makedepends = cargo
depends = pinentry
- depends = openssl
provides = rbw
conflicts = rbw-git
conflicts = rbw-bin
diff --git a/PKGBUILD b/PKGBUILD
index fa320d347bfd..e53e63af805e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
makedepends=('rust' 'cargo')
-depends=('pinentry' 'openssl')
+depends=('pinentry')
conflicts=('rbw-git' 'rbw-bin')
provides=('rbw')
arch=('i686' 'x86_64' 'aarch64')