summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2017-02-24 20:37:13 -0800
committerGraham Smith2017-02-24 20:37:13 -0800
commit0656cdaaec6a656f02894f6171b967a0fd8f7b47 (patch)
tree391207e248c3876b22b64f232bdf7062e3410455
parentc4ea14b8880bf23a56692e315d041ac936f3e6b8 (diff)
downloadaur-0656cdaaec6a656f02894f6171b967a0fd8f7b47.tar.gz
show help if no args
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d75b5bae214..ee8533d00d98 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 18:39:28 UTC 2017
+# Sat Feb 25 04:37:02 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.4
+ pkgver = 0.0.5
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
- md5sums = bc6ee2bd0dffc315ffd4d5305dadae40
+ md5sums = 97a0d818f3b0a45807c179df7d7e9828
pkgname = trespass
diff --git a/PKGBUILD b/PKGBUILD
index 054bc2963817..11c700edee93 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.0.4
+pkgver=0.0.5
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=('bc6ee2bd0dffc315ffd4d5305dadae40')
+md5sums=('97a0d818f3b0a45807c179df7d7e9828')
package()
{