summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-04-07 14:36:13 -0700
committerGraham Smith2017-04-07 14:36:13 -0700
commitfe6e09f8633d2c518d6baf5f9d7afd2d9336736c (patch)
tree9b2933b95a9f5c27c0a2ae34cedfb6f9e73853f9
parent0656cdaaec6a656f02894f6171b967a0fd8f7b47 (diff)
downloadaur-fe6e09f8633d2c518d6baf5f9d7afd2d9336736c.tar.gz
added random passwd option
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee8533d00d98..09fe67f1caa7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 04:37:02 UTC 2017
+# Fri Apr 7 21:35:52 UTC 2017
pkgbase = trespass
pkgdesc = A secure password keeper written in python using gpg to protect account/user and user/password key value stores
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/gps1539/trespass
arch = any
@@ -11,7 +11,7 @@ pkgbase = trespass
depends = python-numpy
depends = gnupg
source = https://raw.githubusercontent.com/gps1539/trespass/master/trespass
- md5sums = 97a0d818f3b0a45807c179df7d7e9828
+ md5sums = bad2d592e0cceda174b4c84baa93386f
pkgname = trespass
diff --git a/PKGBUILD b/PKGBUILD
index 11c700edee93..ea56b0ff5c18 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.0.5
+pkgver=0.0.6
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')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass")
-md5sums=('97a0d818f3b0a45807c179df7d7e9828')
+md5sums=('bad2d592e0cceda174b4c84baa93386f')
package()
{