summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}