summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-18 21:03:18 -0500
committerCarlos Aznarán2023-10-18 21:03:18 -0500
commit59134d29f72f4387e867f50f437a94ed2d92dcf2 (patch)
tree4b24ca80cd0716205d3033aa5d6b82a2d672e3d9
parent18daf64b728bb656e0614bd4ac3dc725e62e55e8 (diff)
downloadaur-59134d29f72f4387e867f50f437a94ed2d92dcf2.tar.gz
Bump version to 0.40.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 582821bf407b..9fb2c07c0d87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
- pkgver = 0.38.1
- pkgrel = 3
+ pkgver = 0.40.0
+ pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-textual
depends = python-importlib-metadata
depends = python-typing_extensions
depends = python-tree-sitter-languages
- source = textual-0.38.1.tar.gz::https://github.com/Textualize/textual/archive/v0.38.1.tar.gz
- sha512sums = f9d1a583ee76a10225dd7cf68db4edc789c006f837b3d9708e53a1aa68254e2291583ef40fef42de27728c792e410f7433f4c4c7f65c943c0dcf23559adf953c
+ source = textual-0.40.0.tar.gz::https://github.com/Textualize/textual/archive/v0.40.0.tar.gz
+ sha512sums = 7d69c4407f2bb97fc21e8c7b46756c172341cc6067178b06a6b0e3ea6e74ce929b250e40cf6737c01a2f317befda76830dcd9ca1e64c621cb4bed25123f6d07e
pkgname = python-textual
diff --git a/PKGBUILD b/PKGBUILD
index b4067ff089f5..fcd6fff285ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=textual
pkgname=python-${_base}
-pkgver=0.38.1
-pkgrel=3
+pkgver=0.40.0
+pkgrel=1
pkgdesc="Modern Text User Interface framework"
arch=(any)
url="https://github.com/Textualize/${_base}"
@@ -12,7 +12,7 @@ depends=(python-rich python-importlib-metadata python-typing_extensions python-t
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=('f9d1a583ee76a10225dd7cf68db4edc789c006f837b3d9708e53a1aa68254e2291583ef40fef42de27728c792e410f7433f4c4c7f65c943c0dcf23559adf953c')
+sha512sums=('7d69c4407f2bb97fc21e8c7b46756c172341cc6067178b06a6b0e3ea6e74ce929b250e40cf6737c01a2f317befda76830dcd9ca1e64c621cb4bed25123f6d07e')
build() {
cd ${_base}-${pkgver}