summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-06-28 21:44:43 +0000
committerGeorge Rawlinson2021-06-28 21:44:43 +0000
commit180bbe45e2434af0d6f63a7655edd234e3086c40 (patch)
tree484c3eb99bb754e502fb61fa9d43a9bec3ec5a49
parent61be3ac1ccae7234f34d46f7292b09d6cde58fdb (diff)
downloadaur-180bbe45e2434af0d6f63a7655edd234e3086c40.tar.gz
upgpkg: python-xdoctest 0.15.5-1
New upstream release.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24001ccaefe7..3ea64d0e770c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-xdoctest
- pkgdesc = rewrite of doctest module (with pytest integration)
- pkgver = 0.15.4
+ pkgdesc = A rewrite of Python's doctest module
+ pkgver = 0.15.5
pkgrel = 1
url = https://github.com/Erotemic/xdoctest
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = python-xdoctest-0.15.4.tar.gz::https://github.com/Erotemic/xdoctest/archive/0.15.4.tar.gz
- b2sums = 0b44276a219119196543671d8ac24469ecd73b040bbd03ca416320d407f0dd34361dbb2778121621f6efb65835ea421107883277b6e712f03e4c06ea2b03dd6a
+ source = python-xdoctest-0.15.5.tar.gz::https://github.com/Erotemic/xdoctest/archive/0.15.5.tar.gz
+ b2sums = 632ab549953a170ac469d35c6cc43ed80cbc211ac0afbe3d181397a994d7f909d338b376d315b8abbe21d84a316135ced2046eba34550963f1dbcac35fdd1317
pkgname = python-xdoctest
-
diff --git a/PKGBUILD b/PKGBUILD
index e4826567e5ce..a3c047ddeab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
-_name="${_pkgname/-/_}"
-pkgver=0.15.4
+pkgver=0.15.5
pkgrel=1
-pkgdesc="rewrite of doctest module (with pytest integration)"
+pkgdesc="A rewrite of Python's doctest module"
arch=('any')
url="https://github.com/Erotemic/xdoctest"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('0b44276a219119196543671d8ac24469ecd73b040bbd03ca416320d407f0dd34361dbb2778121621f6efb65835ea421107883277b6e712f03e4c06ea2b03dd6a')
+b2sums=('632ab549953a170ac469d35c6cc43ed80cbc211ac0afbe3d181397a994d7f909d338b376d315b8abbe21d84a316135ced2046eba34550963f1dbcac35fdd1317')
build() {
cd "$_pkgname-$pkgver"