summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2020-12-17 18:00:55 +0100
committerFranco Masotti2020-12-17 18:00:55 +0100
commit3e7ff82b65b5b4215b5ed42caf8cb7fec1e55424 (patch)
tree67ea965df61c1aa76aec218d87e4338f8b690273
parentce339c64673b3ccc122e0955075327313a1394a5 (diff)
downloadaur-3e7ff82b65b5b4215b5ed42caf8cb7fec1e55424.tar.gz
New release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d75586754222..5d5c494c42e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-md_toc
pkgdesc = Automatically generate a compliant table of contents for a markdown file to improve document readability
- pkgver = 7.0.4
+ pkgver = 7.0.5
pkgrel = 1
url = https://github.com/frnmst/md-toc
arch = any
@@ -9,10 +9,10 @@ pkgbase = python-md_toc
depends = python-fpyutils=1.2.1
depends = python-setuptools
options = !emptydirs
- source = https://frnmst.gitlab.io/software/md-toc-7.0.4.tar.gz.sig
- source = https://frnmst.gitlab.io/software/md-toc-7.0.4.tar.gz
+ source = https://frnmst.gitlab.io/software/md-toc-7.0.5.tar.gz.sig
+ source = https://frnmst.gitlab.io/software/md-toc-7.0.5.tar.gz
sha512sums = SKIP
- sha512sums = b85fcb9a7224db3e9ce1fc99084cfff59b3412f88066ec031b4d4d3e948764d0a985dc67e5329e4e2db63536794451505bc7fbb98ec0f7791d12e489c8077ed7
+ sha512sums = 8cad9a9f1677bb669391ebf0bd094a48dbd0064ae872c8a4347ae7dbd6963cf53e340e88ee5c52c3534a1877118c33dd930bce71b4cef788880432bb3ae05f24
pkgname = python-md_toc
diff --git a/PKGBUILD b/PKGBUILD
index c9964e5c5eea..19078faa1d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franco Masotti <franco dot masotti at live dot com>
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-md_toc
-pkgver=7.0.4
+pkgver=7.0.5
pkgrel=1
pkgdesc="Automatically generate a compliant table of contents for a markdown file to improve document readability"
arch=('any')
@@ -12,11 +12,11 @@ depends=('python'
'python-setuptools')
options=(!emptydirs)
source=("https://frnmst.gitlab.io/software/md-toc-${pkgver}.tar.gz.sig" "https://frnmst.gitlab.io/software/md-toc-${pkgver}.tar.gz")
-sha512sums=('SKIP' 'b85fcb9a7224db3e9ce1fc99084cfff59b3412f88066ec031b4d4d3e948764d0a985dc67e5329e4e2db63536794451505bc7fbb98ec0f7791d12e489c8077ed7')
+sha512sums=('SKIP' '8cad9a9f1677bb669391ebf0bd094a48dbd0064ae872c8a4347ae7dbd6963cf53e340e88ee5c52c3534a1877118c33dd930bce71b4cef788880432bb3ae05f24')
check() {
cd "${srcdir}"/md-toc-"${pkgver}"
- python setup.py test
+ python -m unittest discover --failfast --locals --verbose
}
package() {