summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b24badc31c6a..56c08c5bf33c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = qtpass-git
- pkgdesc = QtPass is a multi-platform GUI for pass, the standard unix password manager.
+ pkgdesc = QtPass is a multi-platform GUI for pass, the standard unix password manager
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://qtpass.org/
install = qtpass.install
arch = x86_64
arch = i686
license = GPLv3
makedepends = qt5-base
- depends = gpg2
+ depends = gnupg
optdepends = xdg-utils
optdepends = git
optdepends = pass
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")