summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-04-07 14:36:13 -0700
committerGraham Smith2017-04-07 14:36:13 -0700
commitfe6e09f8633d2c518d6baf5f9d7afd2d9336736c (patch)
tree9b2933b95a9f5c27c0a2ae34cedfb6f9e73853f9 /PKGBUILD
parent0656cdaaec6a656f02894f6171b967a0fd8f7b47 (diff)
downloadaur-fe6e09f8633d2c518d6baf5f9d7afd2d9336736c.tar.gz
added random passwd option
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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()
{