summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2020-11-11 12:12:24 +0100
committerneodarz2020-11-11 12:12:24 +0100
commitd6cea068ff0822c2fa717de3d55ca8f34a47f25f (patch)
treedc14365aab76f956938843f32887ef594784c343
parent6c07b9c166958087efb5c65dfecbe8d9c6b62cb4 (diff)
downloadaur-d6cea068ff0822c2fa717de3d55ca8f34a47f25f.tar.gz
Update to last version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63b4ba62acb..6db511f5e1d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-flake8-rst-docstrings
pkgdesc = flake8 plugin to validate Python docstrings as reStructuredText (RST)
- pkgver = 0.0.13
+ pkgver = 0.0.14
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.13.tar.gz
- sha512sums = aefa10f47f4815d7cb4106f1dc1914cc557796c738586c872103665d861f99d6bd8e076ef7fda64a6822a84230d88060f803b2bddd0b5c103e0562ee1211e83e
+ source = https://github.com/peterjc/flake8-rst-docstrings/archive/v0.0.14.tar.gz
+ sha512sums = bdafb2817a53db5d7c74ff46c4839a835751b202b3c33960bf7dfea7e255f9d7580ae918a8a8654f33df26cdd16db1733d5730761150142061cf638de57d8e4e
pkgname = python-flake8-rst-docstrings
diff --git a/PKGBUILD b/PKGBUILD
index 2ae1f1dfba40..61f6f86bd3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=flake8-rst-docstrings
pkgname=python-$_pkgname
-pkgver=0.0.13
+pkgver=0.0.14
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=('aefa10f47f4815d7cb4106f1dc1914cc557796c738586c872103665d861f99d6bd8e076ef7fda64a6822a84230d88060f803b2bddd0b5c103e0562ee1211e83e')
+sha512sums=('bdafb2817a53db5d7c74ff46c4839a835751b202b3c33960bf7dfea7e255f9d7580ae918a8a8654f33df26cdd16db1733d5730761150142061cf638de57d8e4e')
package() {
cd "$_pkgname-$pkgver"