summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-05-18 16:23:47 +1200
committerGeorge Rawlinson2023-05-18 16:23:47 +1200
commitbcc49e1cc54880f06ba6ac7c53c03facb55cbe3d (patch)
tree2d746f473f4b0f4b4d8f8a9b2cbb761f651b4123 /PKGBUILD
parent58340d7a37618b23c785ae92ebefe50473335fda (diff)
downloadaur-python-flake8-annotations.tar.gz
upgpkg: python-flake8-annotations 3.0.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33fcb80039a9..61e05151457a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=python-flake8-annotations
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc='A flake8 extension that checks type annotations'
arch=('any')
@@ -20,7 +20,7 @@ checkdepends=(
'python-pytest-cov'
'python-colorama'
)
-_commit='c63884c1b02ef914ec7d4e3abc7c2ebf2e3d60b2'
+_commit='d831807bedbda4b084b184032daa9262705f2b71'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')