summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2020-05-06 15:54:29 -0700
committerGraham Smith2020-05-06 15:54:29 -0700
commit181fa038c8d8dab76835f42b09184630644501bc (patch)
treed22a0612fc6db9d965da297bff2ad06fd39c3867 /PKGBUILD
parent9b7a223139b4117e0c98948d8a17ad34c831ea7a (diff)
downloadaur-trespass.tar.gz
minor usabilty changes
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dd15f3eb354..148d4bd77629 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.7.4
+pkgver=0.7.6
pkgrel=2
pkgdesc="A secure password keeper written in python using gpg to protect account/user and user/password key value stores"
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/gps1539/trespass'
depends=('python' 'python-numpy' 'gnupg' 'python-pyperclip' 'python-pygpgme')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass")
-md5sums=('c451159fdb50c4c7782bcb683d8ba947')
+md5sums=('d6743704b5bcc2c63c9906ccef746c1f')
package()
{