summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-05-18 16:23:47 +1200
committerGeorge Rawlinson2023-05-18 16:23:47 +1200
commitbcc49e1cc54880f06ba6ac7c53c03facb55cbe3d (patch)
tree2d746f473f4b0f4b4d8f8a9b2cbb761f651b4123
parent58340d7a37618b23c785ae92ebefe50473335fda (diff)
downloadaur-bcc49e1cc54880f06ba6ac7c53c03facb55cbe3d.tar.gz
upgpkg: python-flake8-annotations 3.0.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00f8e854c8d..f24a1afaddc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-flake8-annotations
pkgdesc = A flake8 extension that checks type annotations
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/sco1/flake8-annotations
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-flake8-annotations
makedepends = python-installer
depends = python
depends = flake8
- source = python-flake8-annotations::git+https://github.com/sco1/flake8-annotations.git#commit=c63884c1b02ef914ec7d4e3abc7c2ebf2e3d60b2
+ source = python-flake8-annotations::git+https://github.com/sco1/flake8-annotations.git#commit=d831807bedbda4b084b184032daa9262705f2b71
b2sums = SKIP
pkgname = python-flake8-annotations
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')