summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-08-10 06:43:57 +1200
committercaltlgin2020-08-10 06:43:57 +1200
commit8087696e92b549fda8566d84029c7011f82a9cf8 (patch)
treef20645f3800a473aa06ac2cfaa396ff0eebb5d55
parent771e14226b7e59befc9430f71dd7b2d31f241d32 (diff)
downloadaur-8087696e92b549fda8566d84029c7011f82a9cf8.tar.gz
Update to v0.0.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0fa13ef2ba..4246f0094f0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytest-md-report
pkgdesc = pytest plugin to create a report in Markdown table format
- pkgver = 0.0.11
+ pkgver = 0.0.12
pkgrel = 1
url = https://github.com/thombashi/pytest-md-report
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-pytest-md-report
depends = python-pytablewriter
depends = python-pytest
depends = python-typepy
- source = https://files.pythonhosted.org/packages/source/p/pytest-md-report/pytest-md-report-0.0.11.tar.gz
- sha256sums = 4e353c1a56d968f983a72b86bf9406427a2da7dc05af2a2e166feb329bbd55c8
+ source = https://files.pythonhosted.org/packages/source/p/pytest-md-report/pytest-md-report-0.0.12.tar.gz
+ sha256sums = d5a4a562ae34fbe739139917bcbebd662b444987f498cf5bd46d1b4b04799606
pkgname = python-pytest-md-report
diff --git a/PKGBUILD b/PKGBUILD
index c24cf3adcb14..5a48316b3e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pytest-md-report
pkgname=python-${_pkgname}
-pkgver=0.0.11
+pkgver=0.0.12
pkgrel=1
pkgdesc='pytest plugin to create a report in Markdown table format'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-pathvalidate' 'python-pytablewriter' 'python-pytest' 'python-typepy')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('4e353c1a56d968f983a72b86bf9406427a2da7dc05af2a2e166feb329bbd55c8')
+sha256sums=('d5a4a562ae34fbe739139917bcbebd662b444987f498cf5bd46d1b4b04799606')
build() {
cd "${_pkgname}-${pkgver}"