summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-04-18 13:28:08 +1200
committerGeorge Rawlinson2022-04-18 13:28:08 +1200
commit3d641e40106aa101601ecbd060190f53fd9480dd (patch)
treee20eca5918d43d862b28256d1c8bab792f11c051
parent454dcd2cdff6af2f986abe40a36418abe5c0f50d (diff)
downloadaur-3d641e40106aa101601ecbd060190f53fd9480dd.tar.gz
upgpkg: python-flake8-annotations 2.9.0-1
New upstream release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6cdf74b1c0..81cb2f1e2063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-flake8-annotations
pkgdesc = A flake8 extension that checks type annotations
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/sco1/flake8-annotations
arch = any
@@ -14,7 +14,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=a969176181f4b911fc2881e143a27e293b43de73
+ source = python-flake8-annotations::git+https://github.com/sco1/flake8-annotations.git#commit=2044dc84fbb6390205cf8c663a121ad02d3e16c3
b2sums = SKIP
pkgname = python-flake8-annotations
diff --git a/PKGBUILD b/PKGBUILD
index abc47b4c2f44..aa651e226460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=python-flake8-annotations
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc="A flake8 extension that checks type annotations"
arch=('any')
@@ -19,7 +19,7 @@ checkdepends=(
'python-pytest-check'
'python-pytest-cov'
)
-_commit='a969176181f4b911fc2881e143a27e293b43de73'
+_commit='2044dc84fbb6390205cf8c663a121ad02d3e16c3'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')