summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Luehrs2021-07-05 16:13:20 -0400
committerJesse Luehrs2021-07-05 16:13:20 -0400
commitcbd1cee8ddbe60ba5581269c275cb9594fa1ad0a (patch)
tree4ed3462398fcc0544c37f7bf8cdf34e6555b47a4 /PKGBUILD
parentf36e10614087f8e04549a023a25458e208e8f65a (diff)
downloadaur-rbw.tar.gz
drop the openssl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')