summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-13 06:30:39 +0000
committerGeorge Rawlinson2021-12-13 06:30:39 +0000
commit5b698a6175d1323198f7c864d28ee6a0ff26027f (patch)
tree21911bb8386b92bb5a20db7b839e1b28f54c0aca
parentdab26211bd306c401fa814c4c214b5a53e0e0eb4 (diff)
downloadaur-5b698a6175d1323198f7c864d28ee6a0ff26027f.tar.gz
upgpkg: python-flake8-pytest-style; python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46fcd320ca1..93841f367f06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flake8-pytest-style
pkgdesc = A flake8 extension that checks issues with pytest tests
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/m-burst/flake8-pytest-style
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6cd90c84b6cb..af2238fab5d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-flake8-pytest-style
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A flake8 extension that checks issues with pytest tests"
arch=('any')
url="https://github.com/m-burst/flake8-pytest-style"