summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 19:20:44 +0000
committerOromion2021-12-14 19:20:44 +0000
commit39e926c160e231cbf52c2d637fe50325ba2ed4f9 (patch)
tree0eac83b3a1018532a67fda1985ab78809a4c4089
parent2e46672b0012fab827db178c38fe74ba9ee52a8a (diff)
downloadaur-39e926c160e231cbf52c2d637fe50325ba2ed4f9.tar.gz
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 196627cce044..1e857bb34ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-selenium
pkgdesc = Plugin for running Selenium with pytest
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pytest-dev/pytest-selenium
arch = any
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index d01b5101c138..d7e6d15290f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=pytest-selenium
pkgname=python-${_base}
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for running Selenium with pytest"
arch=('any')
url="https://github.com/pytest-dev/${_base}"