summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e77047c372..0dbe27fb18a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upass
pkgdesc = Console UI for pass
- pkgver = 0.1.8
+ pkgver = 0.1.9
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.8.tar.gz
- md5sums = 91211cc75ae59768156ff6fe822fb578
+ source = https://files.pythonhosted.org/packages/source/u/upass/upass-0.1.9.tar.gz
+ md5sums = 56e9cc316d163c289a87b778ac06b7d9
pkgname = upass
diff --git a/PKGBUILD b/PKGBUILD
index 0ecdea931bc5..0081820d620e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=upass
_pyname=upass
-pkgver=0.1.8
+pkgver=0.1.9
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=('91211cc75ae59768156ff6fe822fb578')
+md5sums=('56e9cc316d163c289a87b778ac06b7d9')
depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip')
prepare() {