summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-13 07:09:41 +0000
committerGeorge Rawlinson2021-12-13 07:09:41 +0000
commit454c3070f5cf9b72db618dd2757e340341792d14 (patch)
tree1c78bbf2aa846c2129a570efcdbbc387c9648dfd
parent3c60c8840858d323a8a5ccd494f61c540ccfc4fd (diff)
downloadaur-python-pytest-deadfixtures.tar.gz
upgpkg: python-pytest-deadfixtures; 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 62869b0cbc1c..5f4e4c87aa75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-deadfixtures
pkgdesc = Pytest plugin to list unused fixtures in tests
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jllorencetti/pytest-deadfixtures
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 69c24f6a6bb9..98e763199b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytest-deadfixtures
_pkgname="${pkgname#python-}"
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Pytest plugin to list unused fixtures in tests"
arch=('any')
url="https://github.com/jllorencetti/pytest-deadfixtures"