summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-11-11 14:56:23 -0800
committerGraham Smith2017-11-11 14:56:23 -0800
commit17d9c301cd356293baa76d8513f6153c298abe89 (patch)
treeed4f24a3e21b7f8dbc13f39d07d2c64fd5d0ab15 /PKGBUILD
parentdcb0b586acf094ce108a34d3bcdea2cbe75c5095 (diff)
downloadaur-17d9c301cd356293baa76d8513f6153c298abe89.tar.gz
improved help and --version arg
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a23f1d23c1ca..b3d7812949ac 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.0.7
+pkgver=0.7.1
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=('bad2d592e0cceda174b4c84baa93386f')
+md5sums=('eb85d1ea078e8cb71cda21e28d07b0cb')
package()
{