summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"