summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-13 14:31:04 +0200
committerMarcell Meszaros2022-06-13 14:31:04 +0200
commit759a46f28f4b38b7410b56b084379dd5fbefee1d (patch)
tree7376822cdc0faf13738ca40c8f103025bd8731b5
parent65a2926c7331a93cf53d269336095c450a91fccd (diff)
downloadaur-759a46f28f4b38b7410b56b084379dd5fbefee1d.tar.gz
bump 5.2-4 for newer build than last repo version
-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')