summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrodokk2022-04-25 11:47:31 +0200
committerbrodokk2022-04-25 11:47:31 +0200
commit7fffc37d9ac6db47f66689a9e10685cd9374a77b (patch)
tree16100c9974cbfb6ea0fd7de02f07f5de122cb76f
parentd6cea068ff0822c2fa717de3d55ca8f34a47f25f (diff)
downloadaur-7fffc37d9ac6db47f66689a9e10685cd9374a77b.tar.gz
Update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6db511f5e1d8..cd2d51477f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-flake8-rst-docstrings
pkgdesc = flake8 plugin to validate Python docstrings as reStructuredText (RST)
- pkgver = 0.0.14
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/peterjc/flake8-rst-docstrings
arch = any
license = MIT
depends = python
depends = python-restructuredtext_lint
- source = https://github.com/peterjc/flake8-rst-docstrings/archive/v0.0.14.tar.gz
- sha512sums = bdafb2817a53db5d7c74ff46c4839a835751b202b3c33960bf7dfea7e255f9d7580ae918a8a8654f33df26cdd16db1733d5730761150142061cf638de57d8e4e
+ source = https://github.com/peterjc/flake8-rst-docstrings/archive/v0.2.5.tar.gz
+ sha512sums = 7be16023db379e24fd6f13a3ae59add3e0f52f3df0c16c7ccd9cec44ac1b861fc85db7597409619ef628d27ddaf3702640edda9e9d9a8f6aade4c43c78b2ef69
pkgname = python-flake8-rst-docstrings
-
diff --git a/PKGBUILD b/PKGBUILD
index 61f6f86bd3aa..3c267bab0171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: neodarz <neodarz at neodarz dot net>
+# Maintainer: brodokk <brodokk at brodokk dot space>
_pkgname=flake8-rst-docstrings
pkgname=python-$_pkgname
-pkgver=0.0.14
+pkgver=0.2.5
pkgrel=1
pkgdesc="flake8 plugin to validate Python docstrings as reStructuredText (RST)"
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python' 'python-restructuredtext_lint')
source=("https://github.com/peterjc/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('bdafb2817a53db5d7c74ff46c4839a835751b202b3c33960bf7dfea7e255f9d7580ae918a8a8654f33df26cdd16db1733d5730761150142061cf638de57d8e4e')
+sha512sums=('7be16023db379e24fd6f13a3ae59add3e0f52f3df0c16c7ccd9cec44ac1b861fc85db7597409619ef628d27ddaf3702640edda9e9d9a8f6aade4c43c78b2ef69')
package() {
cd "$_pkgname-$pkgver"