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 b30a7d6042cc..ee80da0b168b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-flakes
pkgdesc = pytest plugin to check source code with pyflakes
pkgver = 4.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asmeurer/pytest-flakes
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 658334a6ef0f..8966a936c1ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=pytest-flakes
pkgname=python-${_base}
pkgver=4.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="pytest plugin to check source code with pyflakes"
arch=('any')
url="https://github.com/asmeurer/${_base}"