summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnty02021-04-11 02:47:07 +0200
committerAnty02021-04-11 02:47:07 +0200
commitd05fd8b2f1b4995e392fa6e89d6c50b4a0b92072 (patch)
tree73b1413bb45b4aa0762b16b2e2929e3183b06395
parent1e8e1259cb44783135ca6518f90f1162bbd74161 (diff)
downloadaur-d05fd8b2f1b4995e392fa6e89d6c50b4a0b92072.tar.gz
update to 0.13;
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 587009e4f494..daa16813fa6e 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.12
+ pkgver = 0.13
pkgrel = 1
url = https://github.com/rr-/urwid_readline
arch = i686
@@ -14,8 +14,8 @@ pkgbase = python-urwid_readline
makedepends = python-setuptools
depends = python
depends = python-urwid
- source = https://github.com/rr-/urwid_readline/archive/0.12.tar.gz
- sha256sums = f9688392c0bdeb00732b6f3c01cfd269b6f8fcc2553bec92947aa71af5ebd864
+ source = https://github.com/rr-/urwid_readline/archive/0.13.tar.gz
+ sha256sums = 51516c635a376c93a67bc6d28a4639614e5af23dc44a540a266ac2a2053f470c
pkgname = python-urwid_readline
diff --git a/PKGBUILD b/PKGBUILD
index f1a65cdea17a..2b5eaecc47e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Helper variables for updaurpkg (https://aur.archlinux.org/packages/updaurpkg-git)
-_upstreamver='0.12'
+_upstreamver='0.13'
_upstreamver_regex='^[0-9]+\.[0-9]+$'
_source_type='github-tags'
_repo='rr-/urwid_readline'
@@ -19,7 +19,7 @@ makedepends=('cython' 'python-setuptools')
license=('mit')
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f9688392c0bdeb00732b6f3c01cfd269b6f8fcc2553bec92947aa71af5ebd864')
+sha256sums=('51516c635a376c93a67bc6d28a4639614e5af23dc44a540a266ac2a2053f470c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}/"