diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-sphinx-lint pkgdesc = Check for stylistic and formal issues in .rst and .py files included in the documentation. - pkgver = 0.9.1 + pkgver = 1.0.0 pkgrel = 1 url = https://github.com/sphinx-contrib/sphinx-lint arch = any @@ -12,7 +12,7 @@ pkgbase = python-sphinx-lint depends = python depends = python-regex depends = python-polib - source = https://files.pythonhosted.org/packages/source/s/sphinx-lint/sphinx_lint-0.9.1.tar.gz - sha256sums = 185cee19ff1129549c45e15a3b25404daeb47c54d15112dda589cedad82957aa + source = https://files.pythonhosted.org/packages/source/s/sphinx-lint/sphinx_lint-1.0.0.tar.gz + sha256sums = 6eafdb44172ce526f405bf36c713eb246f1340ec2d667e7298e2487ed76decd2 pkgname = python-sphinx-lint @@ -2,7 +2,7 @@ pkgname=python-sphinx-lint _name=${pkgname#python-} -pkgver=0.9.1 +pkgver=1.0.0 pkgrel=1 pkgdesc='Check for stylistic and formal issues in .rst and .py files included in the documentation.' arch=('any') @@ -13,7 +13,7 @@ depends=('python' 'python-regex' 'python-polib') makedepends=('python-build' 'python-hatch-vcs' 'python-hatchling' 'python-installer') source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name//-/_}-${pkgver}.tar.gz") -sha256sums=('185cee19ff1129549c45e15a3b25404daeb47c54d15112dda589cedad82957aa') +sha256sums=('6eafdb44172ce526f405bf36c713eb246f1340ec2d667e7298e2487ed76decd2') build() { cd "${_name//-/_}-${pkgver}" |