summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2017-06-10 20:03:41 +0200
committerChris Warrick2017-06-10 20:03:41 +0200
commit5cf36b1c21198e2d9cfc235e8540166ceb961b50 (patch)
tree5188d70dc23cca7c4ceb91e7daa003c3f32dd321
parent8d78dd553e27172c4ff8478f11fd1d16c654d41c (diff)
downloadaur-5cf36b1c21198e2d9cfc235e8540166ceb961b50.tar.gz
upass v0.2.0
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a861e8feeab..c2568678da71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upass
pkgdesc = Console UI for pass
- pkgver = 0.1.10
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/Kwpolska/upass
arch = any
@@ -11,8 +11,8 @@ pkgbase = upass
depends = python-urwid
depends = python-pyperclip
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/u/upass/upass-0.1.10.tar.gz
- md5sums = 08b2997aca9380a1a9783949dbdf9b72
+ source = https://files.pythonhosted.org/packages/source/u/upass/upass-0.2.0.tar.gz
+ md5sums = 2241b313ce0eaef1cfde3e1806ee7e19
pkgname = upass
diff --git a/PKGBUILD b/PKGBUILD
index 6734b8ed23e7..434a96993198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=upass
_pyname=upass
-pkgver=0.1.10
+pkgver=0.2.0
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://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('08b2997aca9380a1a9783949dbdf9b72')
+md5sums=('2241b313ce0eaef1cfde3e1806ee7e19')
depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
prepare() {