summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-10 11:50:59 +1200
committercaltlgin2020-08-10 11:50:59 +1200
commitd0eb50027a54bc1c5cd47a3d21cc3f56ade77ae9 (patch)
treef942c8d0487f2485b7ee5e3c967d12a61adb33c7 /PKGBUILD
parent8087696e92b549fda8566d84029c7011f82a9cf8 (diff)
downloadaur-d0eb50027a54bc1c5cd47a3d21cc3f56ade77ae9.tar.gz
Update to v0.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a48316b3e08..573b5b8a9e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pytest-md-report
pkgname=python-${_pkgname}
-pkgver=0.0.12
+pkgver=0.0.13
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=('d5a4a562ae34fbe739139917bcbebd662b444987f498cf5bd46d1b4b04799606')
+sha256sums=('b802f46ebd63bc04afce8f9f32a85daae388f902c7c9516302dbd1fbf9e090e5')
build() {
cd "${_pkgname}-${pkgver}"