summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2015-07-06 13:33:48 +0200
committerChris Warrick2015-07-06 13:33:48 +0200
commit39847bf2c08f2c32b809dc03bb92e97fe41295e7 (patch)
tree252a318049af596d81aeabc73e170e1bf62f4cb0
parent330bab23d4704f5fb069ee94033a7b900e077bfa (diff)
downloadaur-39847bf2c08f2c32b809dc03bb92e97fe41295e7.tar.gz
upass v0.1.1
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 70b8bf55ee08..aa72620e1a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upass
pkgdesc = Console UI for pass
- pkgver = 0.1.0
+ pkgver = 0.1.1
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://pypi.python.org/packages/source/u/upass/upass-0.1.0.tar.gz
- md5sums = ce41bbe2961dd7d655870149ead54871
+ source = https://pypi.python.org/packages/source/u/upass/upass-0.1.1.tar.gz
+ md5sums = 1cc1dc855e4396cda464b5d85f111968
pkgname = upass
diff --git a/PKGBUILD b/PKGBUILD
index 3ead2e131d70..26e5ebd95324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=upass
_pyname=upass
-pkgver=0.1.0
+pkgver=0.1.1
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=('ce41bbe2961dd7d655870149ead54871')
+md5sums=('1cc1dc855e4396cda464b5d85f111968')
depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
prepare() {