summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 19:18:10 +0000
committerOromion2021-12-14 19:18:10 +0000
commitb952ef87315c7c19644a864bf90d754a61fb4e4d (patch)
tree047d8f55e914b942bd6cc2147d16211bd7c7aff9
parent1b366d3e17ec24f86a75de3958ca0926b020a87a (diff)
downloadaur-b952ef87315c7c19644a864bf90d754a61fb4e4d.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 b9edc66965ff..f2afca88322c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-codeblocks
pkgdesc = Test code blocks in your READMEs
pkgver = 0.12.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/pytest-codeblocks
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c05af97d447c..e8c82a71eee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _base=pytest-codeblocks
pkgname=python-${_base}
pkgdesc="Test code blocks in your READMEs"
pkgver=0.12.1
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/nschloe/${_base}"
license=(MIT)