summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2020-05-06 15:54:29 -0700
committerGraham Smith2020-05-06 15:54:29 -0700
commit181fa038c8d8dab76835f42b09184630644501bc (patch)
treed22a0612fc6db9d965da297bff2ad06fd39c3867
parent9b7a223139b4117e0c98948d8a17ad34c831ea7a (diff)
downloadaur-181fa038c8d8dab76835f42b09184630644501bc.tar.gz
minor usabilty changes
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5a6bab7ddb3..dbce7d1e01ed 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Apr 22 19:39:12 UTC 2019
pkgbase = trespass
pkgdesc = A secure password keeper written in python using gpg to protect account/user and user/password key value stores
- pkgver = 0.7.4
+ pkgver = 0.7.6
pkgrel = 2
url = https://github.com/gps1539/trespass
arch = any
@@ -13,7 +11,7 @@ pkgbase = trespass
depends = python-pyperclip
depends = python-pygpgme
source = https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass
- md5sums = c451159fdb50c4c7782bcb683d8ba947
+ md5sums = d6743704b5bcc2c63c9906ccef746c1f
pkgname = trespass
diff --git a/PKGBUILD b/PKGBUILD
index 7dd15f3eb354..148d4bd77629 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.7.4
+pkgver=0.7.6
pkgrel=2
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' 'python-pygpgme')
makedepends=()
source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass/trespass")
-md5sums=('c451159fdb50c4c7782bcb683d8ba947')
+md5sums=('d6743704b5bcc2c63c9906ccef746c1f')
package()
{