summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-01-07 10:40:32 -0800
committerGraham Smith2017-01-07 10:40:32 -0800
commit16e8aa65cba9017d8bae7d2b73cee6ed1a7c1af3 (patch)
tree029b5fa117d7dc214b162c0853a05022579f5b46
parent6f109db836ca23affeb4033f861b2e38609e4562 (diff)
downloadaur-16e8aa65cba9017d8bae7d2b73cee6ed1a7c1af3.tar.gz
sorted accounts order, added pasting
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fcd85bea297..c345b73eefc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 00:43:04 UTC 2017
+# Sat Jan 7 18:40:14 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.1
+ pkgver = 0.0.2
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.py
- md5sums = 2c00a39a6e7fd50221023e2c3ab1a07b
+ md5sums = e37c77ad4e1a5f26a2bacbe2247cb4a8
pkgname = trespass
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()
{