summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-15 06:57:24 +1200
committercaltlgin2020-08-15 06:57:24 +1200
commit34c2bd15c0d2e157f88686311abebbb81c6f675f (patch)
tree30e186291ec31eaa08b98dbb3298df27e21439ce /PKGBUILD
parent66dcc81c7037808c87a663cd5df96d2a8b5d9d9d (diff)
downloadaur-34c2bd15c0d2e157f88686311abebbb81c6f675f.tar.gz
Update to v0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"