summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2018-11-07 18:29:06 -0800
committerGraham Smith2018-11-07 18:29:06 -0800
commit7cae7ce99bc78e58f7bab918a08571cfde27a4b2 (patch)
treee6ad5225153134a0de9fbf935c4a88dcadc44e7c /PKGBUILD
parentf664380d6247d5aae458d516dbb0a5b70a5c2e2a (diff)
downloadaur-7cae7ce99bc78e58f7bab918a08571cfde27a4b2.tar.gz
add python-pygpgme as dependancy
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7bdc3bbbdbd..a964a1e52b8d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=trespass
pkgver=0.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="A secure password keeper written in python using gpg to protect account/user and user/password key value stores"
arch=('any')
license=('GPL')
url='https://github.com/gps1539/trespass'
-depends=('python' 'python-numpy' 'gnupg' 'python-pyperclip')
+depends=('python' 'python-numpy' 'gnupg' 'python-pyperclip' 'python-pygpgme')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass")
md5sums=('8c65d30ab15e629ab7266829d968c0f1')