Date: Sunday, November 13, 2022 @ 11:11:15 Author: polyzen Revision: 1347214
upgpkg: rstcheck 6.1.1-1 Modified: rstcheck/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-13 11:02:26 UTC (rev 1347213) +++ PKGBUILD 2022-11-13 11:11:15 UTC (rev 1347214) @@ -1,21 +1,20 @@ # Maintainer: Daniel M. Capella <poly...@archlinux.org> pkgname=rstcheck -pkgver=6.1.0 +pkgver=6.1.1 pkgrel=1 pkgdesc='Checks syntax of reStructuredText and code blocks nested within it' arch=('any') url=https://github.com/rstcheck/rstcheck license=('MIT') -depends=('python-docutils' 'python-pydantic' 'python-rstcheck-core' - 'python-typer' 'python-typing_extensions') +depends=('python-rstcheck-core' 'python-typer' 'python-typing_extensions') makedepends=('python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-pytest' 'python-sphinx') optdepends=('python-sphinx: for Sphinx support' 'python-tomli: for pyproject.toml support') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('1d32f50d2131a43a39e0287d1b1854fcc0e98ab1513f0318df2ecab25bec54ab') -b2sums=('f1cdbb65ffba69d83b118a1f399c5c4f409d0931a7639c25397022105aa408be36f1c83534b2166190e8dd94c13ddf78370f9af0231133f9d034fd6d5f8d21aa') +sha256sums=('8e43485a644e794b8127f8c4868ef62c14ec7919bdda6cb16642157055d32e47') +b2sums=('973d288db0fb8a10ebd187ee638c5deff84a820a684f6fa1bd6248a10e36a7b0f3d5c62636431fa8083e454400c2f6beea232cc227db1b1f8adfa79714f8373a') prepare() { cd $pkgname-$pkgver