summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-07-11 14:29:28 +1200
committerGeorge Rawlinson2020-07-11 14:29:28 +1200
commitc14f2dc55c8da1ca9774249641ef7a20a5c164e1 (patch)
tree6f8c203c9272ce14e9b73f1da8ac91483a00d906
parent4f288fbd3af3fdfc55f3375e21bca7f66f38c885 (diff)
downloadaur-c14f2dc55c8da1ca9774249641ef7a20a5c164e1.tar.gz
upgpkg: python-xdoctest 0.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cbea5105599..0d2e30792178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-xdoctest
pkgdesc = rewrite of doctest module (with pytest integration)
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/Erotemic/xdoctest
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = python-xdoctest-0.12.0.tar.gz::https://github.com/Erotemic/xdoctest/archive/0.12.0.tar.gz
- b2sums = 0792fee90dccaf9b8dfba147d82d5798c22b70262ac8fcf068fd1a28358c0f1a76936b3636521cde22b44788b10efb9c993706010efc38f0c4aa3eff5fc0f707
+ source = python-xdoctest-0.13.0.tar.gz::https://github.com/Erotemic/xdoctest/archive/0.13.0.tar.gz
+ b2sums = c110cbaeac38846f457b0221e57e21d1e26d3be38fd6e53d8239521fc15f04b44c7b319d93a07e85be1d2f173ad757314194e3bfd1db8755aa2f7b0e4edf9ccd
pkgname = python-xdoctest
diff --git a/PKGBUILD b/PKGBUILD
index 124f7cc36692..47bbffb9ede0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="rewrite of doctest module (with pytest integration)"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('0792fee90dccaf9b8dfba147d82d5798c22b70262ac8fcf068fd1a28358c0f1a76936b3636521cde22b44788b10efb9c993706010efc38f0c4aa3eff5fc0f707')
+b2sums=('c110cbaeac38846f457b0221e57e21d1e26d3be38fd6e53d8239521fc15f04b44c7b319d93a07e85be1d2f173ad757314194e3bfd1db8755aa2f7b0e4edf9ccd')
build() {
cd "$_pkgname-$pkgver"