summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-26 12:32:15 -0500
committerCarlos Aznarán Laos2023-06-26 12:32:15 -0500
commita2a4df51ad4af3b28783ddcb3c5297182991b898 (patch)
tree9feccf2209b122208cb5a31f101152914f78f026
parentf62e923ac243dc870786c5e637946bb080cd1c83 (diff)
downloadaur-a2a4df51ad4af3b28783ddcb3c5297182991b898.tar.gz
Bump version to 0.28.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28d1c643eec8..2b550ee070bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
- pkgver = 0.28.0
+ pkgver = 0.28.1
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-textual
depends = python-aiohttp
depends = python-click
depends = python-msgpack
- source = textual-0.28.0.tar.gz::https://github.com/Textualize/textual/archive/v0.28.0.tar.gz
- sha512sums = fc38b67c56adb7c46d138ede4231cff032cba1c1f875204826cba0ce198e5f8437d695b05bd006e135e9d75fbe503ce54f86cd25184ea340513f6ac647dd9245
+ source = textual-0.28.1.tar.gz::https://github.com/Textualize/textual/archive/v0.28.1.tar.gz
+ sha512sums = 0a9e9a467d69bf307dbf20d1cb2fa50e226254544b374def083fdb672b7fdc50c7457bf83463aad2f3ada5381dc28e95464704297e3c0c7b7ba435ff002b3f4f
pkgname = python-textual
diff --git a/PKGBUILD b/PKGBUILD
index 0755995d7409..f5364bdbe327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.28.0
+pkgver=0.28.1
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=('fc38b67c56adb7c46d138ede4231cff032cba1c1f875204826cba0ce198e5f8437d695b05bd006e135e9d75fbe503ce54f86cd25184ea340513f6ac647dd9245')
+sha512sums=('0a9e9a467d69bf307dbf20d1cb2fa50e226254544b374def083fdb672b7fdc50c7457bf83463aad2f3ada5381dc28e95464704297e3c0c7b7ba435ff002b3f4f')
build() {
cd ${_base}-${pkgver}