summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 18:06:23 +0000
committerOromion2021-12-14 18:06:23 +0000
commita12bab540b24e70000aa78e32ed298ea966e5391 (patch)
tree99c7b6327832c4dbede8cfbe60062f6344e4fa48
parent0f921892a29f9f429c6866e097d984c08e7f03f5 (diff)
downloadaur-python-flake8-class-newline.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 e10919eaa57d..6d4795562251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flake8-class-newline
pkgdesc = Flake8 lint for newline after class definitions
pkgver = 1.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AlexanderVanEck/flake8-class-newline
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a3b7aa0e38be..f20502f7f810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=flake8-class-newline
pkgname=python-${_base}
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Flake8 lint for newline after class definitions"
arch=('any')
url="https://github.com/AlexanderVanEck/${_base}"