summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Semkin2017-12-30 03:31:21 +0300
committerIvan Semkin2017-12-30 03:31:21 +0300
commit932f8a183810cb632c1ddc71b01263c11825b8e4 (patch)
tree101bf003eb7c3064ee2d42400e95848828048dbc /PKGBUILD
parent6d3581940beb57d9a4bf6bd4dc3bb39e1966b3e7 (diff)
downloadaur-932f8a183810cb632c1ddc71b01263c11825b8e4.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33f84c78a29a..f1a583ba971e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=qtpass-git
pkgver=1.2.0
-pkgrel=1
-pkgdesc="QtPass is a multi-platform GUI for pass, the standard unix password manager."
+pkgrel=2
+pkgdesc="QtPass is a multi-platform GUI for pass, the standard unix password manager"
url="https://qtpass.org/"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('gpg2')
+depends=('gnupg')
makedepends=('qt5-base')
optdepends=('xdg-utils' 'git' 'pass')
md5sums=("SKIP")