summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-01-03 00:42:59 +0100
committerJose Riha2022-01-03 00:42:59 +0100
commitb32922ff306f9c0c7f6eb0ea06d5a1461ee809ee (patch)
tree24845431ee782e5c91f9bf74f27b401577b8a137
parent2719e22aa08c369b6f254780dc2c85590de6b20e (diff)
downloadaur-b32922ff306f9c0c7f6eb0ea06d5a1461ee809ee.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbec64bb56ec..59759b55c084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-textual
pkgdesc = TUI (Text User Interface) framework for Python inspired by modern web development.
- pkgver = 0.1.11
- pkgrel = 2
+ pkgver = 0.1.13
+ pkgrel = 1
url = https://github.com/willmcgugan/textual
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-textual
makedepends = python-poetry
depends = python-rich
depends = python-pyfiglet
- source = https://github.com/willmcgugan/textual/archive/v0.1.11.tar.gz
- md5sums = 50a91bd4519dcffd00d3bb48d2e1da54
+ source = https://github.com/willmcgugan/textual/archive/v0.1.13.tar.gz
+ md5sums = fdd3012a954eba736fbd027850ce19e9
pkgname = python-textual
diff --git a/PKGBUILD b/PKGBUILD
index 6018bd397495..6e298b3f4b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jose Riha <jose 1711 gmail com>
pkgname=python-textual
-pkgver=0.1.11
-pkgrel=2
+pkgver=0.1.13
+pkgrel=1
pkgdesc='TUI (Text User Interface) framework for Python inspired by modern web development.'
arch=(any)
url='https://github.com/willmcgugan/textual'
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-rich' 'python-pyfiglet')
makedepends=('python-pip' 'python-poetry')
source=("https://github.com/willmcgugan/textual/archive/v${pkgver}.tar.gz")
-md5sums=('50a91bd4519dcffd00d3bb48d2e1da54')
+md5sums=('fdd3012a954eba736fbd027850ce19e9')
build() {
cd textual-${pkgver}