summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2015-07-10 13:39:10 +0200
committerChris Warrick2015-07-10 13:39:10 +0200
commit4637ab56f0fa6357bed61897b1030e863d0f3dc4 (patch)
tree37fd965539eb5f6c9923354eadd41b762e2bb14f /PKGBUILD
parent39847bf2c08f2c32b809dc03bb92e97fe41295e7 (diff)
downloadaur-4637ab56f0fa6357bed61897b1030e863d0f3dc4.tar.gz
upass v0.1.2
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26e5ebd95324..cc1c563673dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=upass
_pyname=upass
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc='Console UI for pass'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/Kwpolska/upass'
license=('BSD')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('1cc1dc855e4396cda464b5d85f111968')
+md5sums=('5b22599e269ca295b7e7fa3192a95cb9')
depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
prepare() {