summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnty02019-09-08 01:19:35 +0200
committerAnty02019-09-08 01:19:35 +0200
commit87a828b085c0c4a667c843c70d59640d5f489d79 (patch)
treec03c40f31c10da246c877a84d7c2fe894d56aa48
parent661c49e557233b5ec52663286caeb3dad66eb068 (diff)
downloadaur-87a828b085c0c4a667c843c70d59640d5f489d79.tar.gz
update package to version 0.10;
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f777ec21a357..f01d75cb6529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-urwid_readline
pkgdesc = Text input widget for urwid that supports readline shortcuts
- pkgver = 0.9
+ pkgver = 0.10
pkgrel = 1
url = https://github.com/rr-/urwid_readline
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-urwid_readline
makedepends = python-setuptools
depends = python
depends = python-urwid
- source = https://github.com/rr-/urwid_readline/archive/0.9.tar.gz
- sha256sums = 3e78ffdcf9cc68965df4e9ce07f630cd2ea8c510739d37cb8503059bf5527855
+ source = https://github.com/rr-/urwid_readline/archive/0.10.tar.gz
+ sha256sums = 212ab9a430cd6c2e1c3d420ce58986c659e035f0dc4756f3c3e51f29fc218b6e
pkgname = python-urwid_readline
diff --git a/PKGBUILD b/PKGBUILD
index e3219985a6e3..48a1521e4d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-urwid_readline'
_pkgname='urwid_readline'
-pkgver='0.9'
+pkgver='0.10'
pkgrel=1
pkgdesc="Text input widget for urwid that supports readline shortcuts"
url="https://github.com/rr-/urwid_readline"
@@ -12,7 +12,7 @@ makedepends=('cython' 'python-setuptools')
license=('mit')
arch=('x86_64')
source=("https://github.com/rr-/urwid_readline/archive/${pkgver}.tar.gz")
-sha256sums=('3e78ffdcf9cc68965df4e9ce07f630cd2ea8c510739d37cb8503059bf5527855')
+sha256sums=('212ab9a430cd6c2e1c3d420ce58986c659e035f0dc4756f3c3e51f29fc218b6e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}/"