summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Smith2017-01-07 10:40:32 -0800
committerGraham Smith2017-01-07 10:40:32 -0800
commit16e8aa65cba9017d8bae7d2b73cee6ed1a7c1af3 (patch)
tree029b5fa117d7dc214b162c0853a05022579f5b46 /PKGBUILD
parent6f109db836ca23affeb4033f861b2e38609e4562 (diff)
downloadaur-16e8aa65cba9017d8bae7d2b73cee6ed1a7c1af3.tar.gz
sorted accounts order, added pasting
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ffa213d9d80..2f272041b2e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.0.1
+pkgver=0.0.2
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=('2c00a39a6e7fd50221023e2c3ab1a07b')
+md5sums=('e37c77ad4e1a5f26a2bacbe2247cb4a8')
package()
{