summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2019-10-02 18:07:23 +0200
committerPieter Goetschalckx2019-10-02 18:07:23 +0200
commit7ce806753453de1bdc992327668bba4e678f5574 (patch)
treea38025ab228fd7a888917a5bd5423ad0c49b7218 /PKGBUILD
parent3d661934207445d2dbaf62d814f287fd6e9f895c (diff)
downloadaur-python-flake8-docstrings.tar.gz
1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17f52f0198c1..f39727cd7021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flake8-docstrings
_pkgname=flake8-docstrings
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="A plugin to flake8 to include checks provided by pydocstyle"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('flake8' 'python-pydocstyle' 'python-flake8-polyfill')
makedepends=('python-setuptools')
source=(""https://gitlab.com/pycqa/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz"")
-sha256sums=('ba81e9fdc83266b4341bd385e42f834b4b2b001dbfb9deda3fc608d65b347361')
+sha256sums=('d12872de0995ad37d715a97db1bba93875c083266985cada1e8da3d663e0d1c8')
package() {
cd "$_pkgname-$pkgver"