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 9fa234c39546..0755995d7409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.27.0
+pkgver=0.28.0
pkgrel=1
pkgdesc="Modern Text User Interface framework"
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(python-build python-installer python-poetry-core)
# checkdepends=(python-pytest python-exceptiongroup python-jinja python-syrupy python-time-machine)
# python-pytest-aiohttp python-pytest-asyncio
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('700dbd8205c2812088287fa0a133d4a0f8a6eb0f8054e6b4b55a1daf6aaf5dddfd509aa58eab6a55ee93c458a1417e01fc36003e59fc79a4d76c5556f39db1f5')
+sha512sums=('fc38b67c56adb7c46d138ede4231cff032cba1c1f875204826cba0ce198e5f8437d695b05bd006e135e9d75fbe503ce54f86cd25184ea340513f6ac647dd9245')
build() {
cd ${_base}-${pkgver}