summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2019-12-03 09:45:27 +0100
committertadly2019-12-03 09:45:27 +0100
commit2bfbe7744f508064f930e3d863cb93d3a43a2f85 (patch)
treee743d6d49014f0bcfe2858c6449f227e6df4b587
parent12e85b88c0adcbd80135fa9dbedaaeb8504bfa93 (diff)
downloadaur-2bfbe7744f508064f930e3d863cb93d3a43a2f85.tar.gz
adds curl dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f7a0df10f16..56804f8ef874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A multiplatform password manager'
arch=('x86_64')
url='http://enpass.io/'
license=('custom')
-depends=('libxss' 'lsof')
+depends=('libxss' 'lsof' 'curl')
provides=("${_pkgname}")
install='enpass-bin.install'
source=("https://apt.enpass.io/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")