summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2023-09-21 14:03:32 +0200
committerAndré Klitzing2023-09-21 14:03:32 +0200
commit250ed9918bf0f2557331a577e9b6a6d2f7e8b9b3 (patch)
tree763c6ce919dd9610418d38e6915bce7b34e89a3f /PKGBUILD
parentacdd60a5b7fb95384fa8a72f2f1a5425faa5950d (diff)
downloadaur-python-doc8.tar.gz
Remove python-argparse
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e388af75924..4463ed85c9cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-doc8
_pyname=doc8
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc="Style checker for Sphinx (or other) RST documentation"
url='https://pypi.python.org/pypi/doc8'
license=('Apache 2.0')
-depends=('python-stevedore' 'python-chardet' 'python-docutils' 'python-argparse' 'python-six' 'python-restructuredtext_lint')
+depends=('python-stevedore' 'python-chardet' 'python-docutils' 'python-six' 'python-restructuredtext_lint')
makedepends=(python-build python-installer python-wheel 'python-setuptools-scm>=7')
source=("https://files.pythonhosted.org/packages/source/d/${_pyname}/${_pyname}-${pkgver}.tar.gz" "scm.patch")