summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-04-06 14:16:57 +0200
committerJose Riha2022-04-06 14:16:57 +0200
commit52518db7f710f880e15de070a04259c4cde5f238 (patch)
tree4180f98ce08df3413b1d535c1a16b2070dfacc66
parent5e965d6aed9e9452e65f39a9b0bd3a5d81512d8d (diff)
downloadaur-52518db7f710f880e15de070a04259c4cde5f238.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 750a4fc4cf6a..2437fe33461a 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.15
- pkgrel = 3
+ pkgver = 0.1.17
+ 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.15.tar.gz
- md5sums = 93f69fdf7f2d282820f9ea6be1d4ec7c
+ source = https://github.com/willmcgugan/textual/archive/v0.1.17.tar.gz
+ md5sums = ddfd1440c2025df803eaaf3761a77fc9
pkgname = python-textual
diff --git a/PKGBUILD b/PKGBUILD
index 6f21bd34dc92..7d9d0bad2569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jose Riha <jose 1711 gmail com>
pkgname=python-textual
-pkgver=0.1.15
-pkgrel=3
+pkgver=0.1.17
+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=('93f69fdf7f2d282820f9ea6be1d4ec7c')
+md5sums=('ddfd1440c2025df803eaaf3761a77fc9')
build() {
cd textual-${pkgver}