Date: Monday, May 30, 2022 @ 18:04:04 Author: foutrelis Revision: 1216834
upgpkg: python-sphinxcontrib-spelling 7.5.0-1: new upstream release Modified: python-sphinxcontrib-spelling/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-30 17:10:49 UTC (rev 1216833) +++ PKGBUILD 2022-05-30 18:04:04 UTC (rev 1216834) @@ -2,7 +2,7 @@ _name=sphinxcontrib-spelling pkgname=python-$_name -pkgver=7.4.1 +pkgver=7.5.0 pkgrel=1 pkgdesc="Spelling checker for Sphinx" arch=('any') @@ -11,7 +11,7 @@ depends=('python-sphinx' 'python-pyenchant') makedepends=('python-setuptools' 'python-pbr') source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz) -sha256sums=('3a96f22aac6af494073afacb988d94d8d7c2b6027b20503a8f20dae32b10c3be') +sha256sums=('d92bdc1d63f361b6e0a171b9d68518101745485317f15861501e387f1b78f6ab') build() { cd $_name-$pkgver