summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2022-05-31 21:31:35 -0300
committerFilipe Nascimento2022-05-31 21:31:35 -0300
commit3a6b9e013574cd2fc0f7693abff29344fef503f2 (patch)
tree13156814747b3542d5cc03526011620579b4cec3
parent301b6b6a611fcfd61098c78fc02d2c68babf57a3 (diff)
downloadaur-3a6b9e013574cd2fc0f7693abff29344fef503f2.tar.gz
upgpkg: python-asciimatics 1.14.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a5d48849e4..90eeb95544e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-asciimatics
pkgdesc = A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
- pkgver = 1.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://github.com/peterbrittain/asciimatics
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-asciimatics
depends = python-pyfiglet
depends = python-future
depends = python-pillow
- source = https://files.pythonhosted.org/packages/source/a/asciimatics/asciimatics-1.13.0.tar.gz
- sha256sums = a041826ec5add03fb882d8981c1debf9b9e98274f4f2d52ec21ef30de70c2c6e
+ source = https://files.pythonhosted.org/packages/source/a/asciimatics/asciimatics-1.14.0.tar.gz
+ sha256sums = 16d20ce42210b434eb05ba469ecdb8293ac7ed3c0ce0dd4f70e30d72d7602227
pkgname = python-asciimatics
-
diff --git a/PKGBUILD b/PKGBUILD
index 118bb31d7152..86b75ea7e3bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-asciimatics
_name=${pkgname//python-}
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
pkgdesc="A cross platform package to do curses-like operations, plus higher level APIs and widgets to
create text UIs and ASCII art animations"
@@ -13,7 +13,7 @@ license=('Apache')
depends=('python-wcwidth' 'python-pyfiglet' 'python-future' 'python-pillow')
makedepends=('python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('a041826ec5add03fb882d8981c1debf9b9e98274f4f2d52ec21ef30de70c2c6e')
+sha256sums=('16d20ce42210b434eb05ba469ecdb8293ac7ed3c0ce0dd4f70e30d72d7602227')
build() {
cd $_name-$pkgver