summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-08-15 06:57:24 +1200
committercaltlgin2020-08-15 06:57:24 +1200
commit34c2bd15c0d2e157f88686311abebbb81c6f675f (patch)
tree30e186291ec31eaa08b98dbb3298df27e21439ce
parent66dcc81c7037808c87a663cd5df96d2a8b5d9d9d (diff)
downloadaur-34c2bd15c0d2e157f88686311abebbb81c6f675f.tar.gz
Update to v0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8ef0b39d1fd..3f0b4ffb603f 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.1.0
+ pkgver = 0.1.1
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.1.0.tar.gz
- sha256sums = 63033eceae88d34349522c073054e5230d45a652b8161c40671935a84217f1cd
+ source = https://files.pythonhosted.org/packages/source/p/pytest-md-report/pytest-md-report-0.1.1.tar.gz
+ sha256sums = 82a40db642ed25986e5b5772f10b4c61f2aa83ee8fa9cb1ae0b3cf63a72c9e28
pkgname = python-pytest-md-report
diff --git a/PKGBUILD b/PKGBUILD
index 7c8f0e585201..a64c87417319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pytest-md-report
pkgname=python-${_pkgname}
-pkgver=0.1.0
+pkgver=0.1.1
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=('63033eceae88d34349522c073054e5230d45a652b8161c40671935a84217f1cd')
+sha256sums=('82a40db642ed25986e5b5772f10b4c61f2aa83ee8fa9cb1ae0b3cf63a72c9e28')
build() {
cd "${_pkgname}-${pkgver}"