summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2017-12-24 14:34:06 +0100
committerChris Warrick2017-12-24 14:34:06 +0100
commit8cf8a73beabf082f3b1d3e4f5e3046190c28558f (patch)
treeef6fc3dd1c85b25abcdd7da07bd69971ce260527 /PKGBUILD
parent28e69e92c970443e5df315c7dc5b989c804f2ddf (diff)
downloadaur-8cf8a73beabf082f3b1d3e4f5e3046190c28558f.tar.gz
upass v0.2.1
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f21fe52c9778..4d983ac560fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/Kwpolska/upass'
license=('BSD')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('2241b313ce0eaef1cfde3e1806ee7e19')
+md5sums=('d47e7a761018c140dae46c4580d354be')
depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
prepare() {