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 82a1419b48af..64b464ea5f61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pytest-runner
pkgdesc = Invoke py.test as distutils command with dependency resolution
pkgver = 5.2
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.org/project/pytest-runner/5.2/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 593a4427e442..bca547093680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python2-pytest-runner'
_name="${pkgname#python2-}"
pkgver=5.2
-pkgrel=3
+pkgrel=4
pkgdesc='Invoke py.test as distutils command with dependency resolution'
arch=('any')
license=('MIT')