summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-03 12:03:07 -0500
committerCarlos Aznarán Laos2023-08-03 12:03:07 -0500
commit5a0d93755263a63ed4ff66fd51d0540114dab9c3 (patch)
treeb128a3d64da53acae6cfa0c4268013b4c3a13e1f
parent38b101f913a164066f525339164cee6f67e5e422 (diff)
downloadaur-5a0d93755263a63ed4ff66fd51d0540114dab9c3.tar.gz
Bump version to 0.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bc0c7587fc9..127a6f0dd8d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
- pkgver = 0.30.0
+ pkgver = 0.32.0
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-textual
depends = python-rich
depends = python-importlib-metadata
depends = python-typing_extensions
- source = textual-0.30.0.tar.gz::https://github.com/Textualize/textual/archive/v0.30.0.tar.gz
- sha512sums = a6b055a41fb111ec451253fdababee55571045697107034c07e4978103d73bce8e1ecbe3007e3da504eed066d856bea22cd92255ae59f8e22b468765b9e06520
+ source = textual-0.32.0.tar.gz::https://github.com/Textualize/textual/archive/v0.32.0.tar.gz
+ sha512sums = 89fc24842a2bbe0767037bf276e8c7b23b45944bbf118ce0ff9ef895244e15feab286b14ae86350cb5b63385e43536ab98373d13ef558a40bc15fc5c179066e3
pkgname = python-textual
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}