summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 18:05:31 +0000
committerOromion2021-12-14 18:05:31 +0000
commit3543b61d98c85e97163b69654ac1d1b457355ec1 (patch)
tree27259145147e25e1c42fada934a65b8d68ec9770
parent8a474d897b68e80f647de592b870245b467f6617 (diff)
downloadaur-3543b61d98c85e97163b69654ac1d1b457355ec1.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9dbcb8c475..f975e75b24a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flake8-builtins
pkgdesc = Check for python builtins being used as variables or parameters
pkgver = 1.5.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gforcada/flake8-builtins
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 5bf4504404b7..2b75fae281e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=flake8-builtins
pkgname=python-${_base}
pkgver=1.5.3
-pkgrel=2
+pkgrel=3
pkgdesc="Check for python builtins being used as variables or parameters"
arch=('any')
url="https://github.com/gforcada/${_base}"