summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-09-12 10:49:38 +1200
committerGeorge Rawlinson2020-09-12 10:49:38 +1200
commita32c7da45bdaaacdcf02daaf3cbe1aaacf9f3900 (patch)
treed5c7c54df3d068f704decc0fa1868b792c7cd075
parent3582daabdf688df83de2f0e05bc7cccb617a8a53 (diff)
downloadaur-a32c7da45bdaaacdcf02daaf3cbe1aaacf9f3900.tar.gz
upgpkg: python-xdoctest 0.15.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7822657f3b..4f01d1b00593 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-xdoctest
pkgdesc = rewrite of doctest module (with pytest integration)
- pkgver = 0.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/Erotemic/xdoctest
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = python-xdoctest-0.14.0.tar.gz::https://github.com/Erotemic/xdoctest/archive/0.14.0.tar.gz
- b2sums = c40e2156eabf29358c9440e0fe0955db2b306ca7fdb527c31f9539af2837de17004271818d8fcac97c6b34bbcc2a7db72c90217ed6c47d725fd9c62f8d90798b
+ source = python-xdoctest-0.15.0.tar.gz::https://github.com/Erotemic/xdoctest/archive/0.15.0.tar.gz
+ b2sums = dec2bffde80f10a2a9eac8d3a35ba5a974c25b785e23e90aefe2bfc7b6227b91a58e6e99a927d4bff6792b93f7967844cab5fc7eb67a5d697dda68d1409fcbd6
pkgname = python-xdoctest
diff --git a/PKGBUILD b/PKGBUILD
index c56349c6cff6..17505b8a0dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
-pkgver=0.14.0
+pkgver=0.15.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=('c40e2156eabf29358c9440e0fe0955db2b306ca7fdb527c31f9539af2837de17004271818d8fcac97c6b34bbcc2a7db72c90217ed6c47d725fd9c62f8d90798b')
+b2sums=('dec2bffde80f10a2a9eac8d3a35ba5a974c25b785e23e90aefe2bfc7b6227b91a58e6e99a927d4bff6792b93f7967844cab5fc7eb67a5d697dda68d1409fcbd6')
build() {
cd "$_pkgname-$pkgver"