summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Smith2019-04-22 12:27:27 -0700
committerGraham Smith2019-04-22 12:27:27 -0700
commit2f2eaa3e37b21dc42908a190f406f5405b809a97 (patch)
treee049dfae866a1ce457f761d3227fc282adb61677
parent7cae7ce99bc78e58f7bab918a08571cfde27a4b2 (diff)
downloadaur-2f2eaa3e37b21dc42908a190f406f5405b809a97.tar.gz
allow numpy to load pickled data
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a964a1e52b8d..7dd15f3eb354 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graham Smith <gps1539 at gmail dot com>
pkgname=trespass
-pkgver=0.7.3
+pkgver=0.7.4
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=('8c65d30ab15e629ab7266829d968c0f1')
+md5sums=('c451159fdb50c4c7782bcb683d8ba947')
package()
{