summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-09-21 21:36:48 -0500
committerCarlos Aznarán2023-09-21 21:36:48 -0500
commit8efc666fdcaabb6bb826ed7c4e16d9ea7295ed9f (patch)
treef28ec31831716182fcbe2a0c3208ead46fb6dcb3 /PKGBUILD
parent6a9b16eed997474d2f3136a46f2182de5901f08e (diff)
downloadaur-8efc666fdcaabb6bb826ed7c4e16d9ea7295ed9f.tar.gz
Bump version to 0.38.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b9be263e96d..0da549fa578b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=textual
pkgname=python-${_base}
-pkgver=0.36.0
+pkgver=0.38.1
pkgrel=1
pkgdesc="Modern Text User Interface framework"
arch=(any)
url="https://github.com/Textualize/${_base}"
license=(MIT)
-depends=(python-rich python-importlib-metadata python-typing_extensions)
+depends=(python-rich python-importlib-metadata python-typing_extensions python-tree-sitter)
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=('506f04a4eaa363e4423a823b8f4c804d2a531dd246905cf48d0cb001b59f1e1e936bd7b755424d69e5037f4d631fe6c8ea8799cb2d60c4a3fcf2982625d0cc86')
+sha512sums=('f9d1a583ee76a10225dd7cf68db4edc789c006f837b3d9708e53a1aa68254e2291583ef40fef42de27728c792e410f7433f4c4c7f65c943c0dcf23559adf953c')
build() {
cd ${_base}-${pkgver}