Date: Sunday, May 1, 2022 @ 07:09:00 Author: foutrelis Revision: 1192007
upgpkg: python-sphinxcontrib-spelling 7.3.3-1: new upstream release Modified: python-sphinxcontrib-spelling/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-01 02:16:02 UTC (rev 1192006) +++ PKGBUILD 2022-05-01 07:09:00 UTC (rev 1192007) @@ -2,7 +2,7 @@ _name=sphinxcontrib-spelling pkgname=python-$_name -pkgver=7.3.2 +pkgver=7.3.3 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=('9d66dc4990749c5ac52e7eaf17e82f4dc6b4aff6515d26bbf48821829d41bd02') +sha256sums=('3819d12629d95e0c909224fa40b462a67e0adb321d50283d7fc0d11686c8ac7e') build() { cd $_name-$pkgver