Date: Wednesday, October 12, 2022 @ 05:04:04
Author: foutrelis
Revision: 1327772
upgpkg: python-sphinxcontrib-spelling 7.6.1-1
Modified:
python-sphinxcontrib-spelling/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-12 05:02:24 UTC (rev 1327771)
+++ PKGBUILD 2022-10-12 05:04:04 UTC (rev 1327772)
@@ -2,7 +2,7 @@
_name=sphinxcontrib-spelling
pkgname=python-$_name
-pkgver=7.6.0
+pkgver=7.6.1
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=('292cd7e1f73a763451693b4d48c9bded151084f6a91e5337733e9fa8715d20ec')
+sha256sums=('444857579dd61914f3970ad1046c74bf6758136f7e144b46ca9c28108870f508')
build() {
cd $_name-$pkgver