summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.nvchecker.toml4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 900ab0ab4c2a..3902c3187157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-panflute
pkgdesc = A Pythonic alternative to John MacFarlane’s pandocfilters
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sergiocorreia/panflute
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pandocfilters
checkdepends = python-pytest
checkdepends = python-pytest-cov
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..9813095ab7c6
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[python-panflute]
+source = "github"
+github = "sergiocorreia/panflute"
+use_max_tag = true
diff --git a/PKGBUILD b/PKGBUILD
index 06388ec5d515..0fc8fb9b7316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pyname=panflute
pkgname=python-$_pyname
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
arch=(any)
url="https://github.com/sergiocorreia/$_pyname"
-license=(BSD)
+license=(BSD-3-Clause)
_pydeps=(click
yaml)
depends=(pandoc