summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-12-03 14:42:44 +1300
committerGeorge Rawlinson2020-12-03 14:42:44 +1300
commit2c264919be0526042a64d30367b854bc19ab5bae (patch)
treeda7acd384e5fa58ea9a78d8f95ffa66f18d52cca
parent08b4e9c5237060846c0e93e138976bc406656430 (diff)
downloadaur-2c264919be0526042a64d30367b854bc19ab5bae.tar.gz
upgpkg: python-flake8-annotations 2.4.1-2
Python 3.9 rebuild.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88bdd12f7470..54d27090adbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flake8-annotations
pkgdesc = A flake8 extension that checks type annotations
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sco1/flake8-annotations
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index fb1e7c517cbd..1fbae1a89421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-flake8-annotations
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="A flake8 extension that checks type annotations"
arch=('any')
url="https://github.com/sco1/flake8-annotations"