summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-08-12 17:17:57 +1200
committercaltlgin2020-08-12 17:17:57 +1200
commit66dcc81c7037808c87a663cd5df96d2a8b5d9d9d (patch)
tree244c48934b85e80893256566fd46e3ac652e3f49
parent9ed8eb8728ef80d24a5f65548bcb89f50df08c4c (diff)
downloadaur-66dcc81c7037808c87a663cd5df96d2a8b5d9d9d.tar.gz
Update to v0.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f7014d44f96..d8ef0b39d1fd 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.14
+ pkgver = 0.1.0
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.14.tar.gz
- sha256sums = 9b560536a7192c67a6615b47eb320d9b86fa171d63700cad770bb790e33c51dd
+ source = https://files.pythonhosted.org/packages/source/p/pytest-md-report/pytest-md-report-0.1.0.tar.gz
+ sha256sums = 63033eceae88d34349522c073054e5230d45a652b8161c40671935a84217f1cd
pkgname = python-pytest-md-report
diff --git a/PKGBUILD b/PKGBUILD
index cde8f5599062..7c8f0e585201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pytest-md-report
pkgname=python-${_pkgname}
-pkgver=0.0.14
+pkgver=0.1.0
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=('9b560536a7192c67a6615b47eb320d9b86fa171d63700cad770bb790e33c51dd')
+sha256sums=('63033eceae88d34349522c073054e5230d45a652b8161c40671935a84217f1cd')
build() {
cd "${_pkgname}-${pkgver}"