summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-22 19:39:17 -0500
committerCarlos Aznarán Laos2023-08-22 19:39:17 -0500
commit18e6169d96dea8214c346c32c8df402f88c70d92 (patch)
treee83af699817320b58b1e87bed5ec631861e0d0bc /PKGBUILD
parent80e60d1c701c8e1e9c6d0c0b8a73821c94468940 (diff)
downloadaur-18e6169d96dea8214c346c32c8df402f88c70d92.tar.gz
Bump version to 0.34.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68d59832c513..bb38b618026f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=textual
pkgname=python-${_base}
-pkgver=0.33.0
+pkgver=0.34.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=('03b99dfdd212a8c122a4a629379c5e2c7fb66c05308ca2dfbbad873fb486dc20fd21952be84ecc573b30ec264b90ad62250cdd1b931288c64eb61ce3b201b749')
+sha512sums=('13b85cc5a59a4f8165c15363240abfe7a09e66109764d0181db482d8aafd1801a829e11ff7074ccee1d72ee7642f6c74499e9fbc59fc69473eb1a50bfd7861b9')
build() {
cd ${_base}-${pkgver}