summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6380284f74a6..f71fc7c9617f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=textual
pkgname=python-${_base}
-pkgver=0.30.0
+pkgver=0.32.0
pkgrel=1
pkgdesc="Modern Text User Interface framework"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-rich python-importlib-metadata python-typing_extensions)
makedepends=(python-build python-installer python-poetry-core)
checkdepends=(python-pytest-asyncio python-pytest-aiohttp python-time-machine)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('a6b055a41fb111ec451253fdababee55571045697107034c07e4978103d73bce8e1ecbe3007e3da504eed066d856bea22cd92255ae59f8e22b468765b9e06520')
+sha512sums=('89fc24842a2bbe0767037bf276e8c7b23b45944bbf118ce0ff9ef895244e15feab286b14ae86350cb5b63385e43536ab98373d13ef558a40bc15fc5c179066e3')
build() {
cd ${_base}-${pkgver}