summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2018-11-07 18:29:06 -0800
committerGraham Smith2018-11-07 18:29:06 -0800
commit7cae7ce99bc78e58f7bab918a08571cfde27a4b2 (patch)
treee6ad5225153134a0de9fbf935c4a88dcadc44e7c
parentf664380d6247d5aae458d516dbb0a5b70a5c2e2a (diff)
downloadaur-7cae7ce99bc78e58f7bab918a08571cfde27a4b2.tar.gz
add python-pygpgme as dependancy
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af5ee18a49a..5e49e163e0bd 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 23 17:32:02 UTC 2018
+# Thu Nov 8 02:28:45 UTC 2018
pkgbase = trespass
pkgdesc = A secure password keeper written in python using gpg to protect account/user and user/password key value stores
pkgver = 0.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gps1539/trespass
arch = any
license = GPL
@@ -11,6 +11,7 @@ pkgbase = trespass
depends = python-numpy
depends = gnupg
depends = python-pyperclip
+ depends = python-pygpgme
source = https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass
md5sums = 8c65d30ab15e629ab7266829d968c0f1
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')