summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-12-03 14:40:15 +1300
committerGeorge Rawlinson2020-12-03 14:40:15 +1300
commita68788f49f80c82bbea35e11e5d1ed6a0b43e909 (patch)
tree232c2cc96681473380a573815ac673162347baf2
parenta32c7da45bdaaacdcf02daaf3cbe1aaacf9f3900 (diff)
downloadaur-a68788f49f80c82bbea35e11e5d1ed6a0b43e909.tar.gz
upgpkg: python-xdoctest 0.15.0-2
Python 3.9 rebuild.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f01d1b00593..7bf5b6bc325b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xdoctest
pkgdesc = rewrite of doctest module (with pytest integration)
pkgver = 0.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Erotemic/xdoctest
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 17505b8a0dcf..66275f105272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=0.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="rewrite of doctest module (with pytest integration)"
arch=('any')
url="https://github.com/Erotemic/xdoctest"