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 e14075499120..de0621d41690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-pep8
pkgdesc = pytest plugin to check PEP8 requirements
pkgver = 1.0.6
- pkgrel = 6
+ pkgrel = 7
url = https://pypi.org/project/pytest-pep8
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5bb5651f6546..c327c3ef4612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_base=pytest-pep8
pkgname=python-${_base}
pkgver=1.0.6
-pkgrel=6
+pkgrel=7
pkgdesc="pytest plugin to check PEP8 requirements"
arch=('any')
url="https://pypi.org/project/${_base}"