summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Luehrs2021-07-05 16:17:45 -0400
committerJesse Luehrs2021-07-05 16:17:45 -0400
commitb44f9fa9b035cb8e403d3346916fa246de695c81 (patch)
tree2f185649236e90be8177b2bbd3070df3fbe70b96 /PKGBUILD
parent1df31f0ff99f6fd7fbf58dfccb692123fa512ff8 (diff)
downloadaur-rbw-git.tar.gz
drop openssl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3d002ac7d7f..c171495b9952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=rbw-git
_name=${pkgname%-*}
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
makedepends=('rust' 'cargo' 'git')
-depends=('pinentry' 'openssl')
+depends=('pinentry')
conflicts=('rbw' 'rbw-bin')
provides=('rbw')
arch=('i686' 'x86_64' 'aarch64')