summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-13 07:19:29 +0000
committerGeorge Rawlinson2021-12-13 07:19:29 +0000
commit81ef51309c90bc11eb821cffe9adf9bb07682a93 (patch)
treeed0037595633a32c4a692aaf6caff35608398654
parent0c03374a5c735b27bddc6649d80a8f0e533eccca (diff)
downloadaur-81ef51309c90bc11eb821cffe9adf9bb07682a93.tar.gz
upgpkg: 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 2b2806cb4d64..b5e1f81e4688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xdoctest
pkgdesc = A rewrite of Python's doctest module
pkgver = 0.15.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Erotemic/xdoctest
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9e93892c94bd..1126e57d12d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
pkgver=0.15.10
-pkgrel=1
+pkgrel=2
pkgdesc="A rewrite of Python's doctest module"
arch=('any')
url="https://github.com/Erotemic/xdoctest"