summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-01-12 21:26:21 -0800
committerGraham Smith2017-01-12 21:26:21 -0800
commitc4c40f21c55b41b15ecd6b06e7e5d3490a845e9c (patch)
tree81769c2420c3087a6487b1a2d3820d55d187f10d /PKGBUILD
parent16e8aa65cba9017d8bae7d2b73cee6ed1a7c1af3 (diff)
downloadaur-c4c40f21c55b41b15ecd6b06e7e5d3490a845e9c.tar.gz
added import and export of accounts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f272041b2e9..0dc29b6bd127 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.0.2
+pkgver=0.0.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')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass.py")
-md5sums=('e37c77ad4e1a5f26a2bacbe2247cb4a8')
+md5sums=('bc6ee2bd0dffc315ffd4d5305dadae40')
package()
{