summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59759b55c084..892f67af023d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-textual
pkgdesc = TUI (Text User Interface) framework for Python inspired by modern web development.
- pkgver = 0.1.13
+ pkgver = 0.1.15
pkgrel = 1
url = https://github.com/willmcgugan/textual
arch = any
@@ -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.13.tar.gz
- md5sums = fdd3012a954eba736fbd027850ce19e9
+ source = https://github.com/willmcgugan/textual/archive/v0.1.15.tar.gz
+ md5sums = 93f69fdf7f2d282820f9ea6be1d4ec7c
pkgname = python-textual
diff --git a/PKGBUILD b/PKGBUILD
index 6e298b3f4b9f..e94911271b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jose Riha <jose 1711 gmail com>
pkgname=python-textual
-pkgver=0.1.13
+pkgver=0.1.15
pkgrel=1
pkgdesc='TUI (Text User Interface) framework for Python inspired by modern web development.'
arch=(any)
@@ -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=('fdd3012a954eba736fbd027850ce19e9')
+md5sums=('93f69fdf7f2d282820f9ea6be1d4ec7c')
build() {
cd textual-${pkgver}