summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2018-03-23 10:32:41 -0700
committerGraham Smith2018-03-23 10:32:41 -0700
commitf664380d6247d5aae458d516dbb0a5b70a5c2e2a (patch)
tree00dbd6f288a3fb13251bd9a96f2863e87089ea74
parentd55d9c3959a1e8d8d8ddfde28260655b5f6ceba0 (diff)
downloadaur-f664380d6247d5aae458d516dbb0a5b70a5c2e2a.tar.gz
improved help
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e4b19e49462..1af5ee18a49a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 17 22:13:38 UTC 2017
+# Fri Mar 23 17:32:02 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.2
+ pkgver = 0.7.3
pkgrel = 1
url = https://github.com/gps1539/trespass
arch = any
@@ -12,7 +12,7 @@ pkgbase = trespass
depends = gnupg
depends = python-pyperclip
source = https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass
- md5sums = eb9f8c6e5d70978729edb815012dc548
+ md5sums = 8c65d30ab15e629ab7266829d968c0f1
pkgname = trespass
diff --git a/PKGBUILD b/PKGBUILD
index 6bc4e170d8e0..c7bdc3bbbdbd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
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')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass")
-md5sums=('eb9f8c6e5d70978729edb815012dc548')
+md5sums=('8c65d30ab15e629ab7266829d968c0f1')
package()
{