diff --git a/python/python-pybtex-docutils/.SRCINFO b/python/python-pybtex-docutils/.SRCINFO new file mode 100644 index 0000000000..061bd0e80d --- /dev/null +++ b/python/python-pybtex-docutils/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = python-pybtex-docutils + pkgdesc = A docutils backend for pybtex + pkgver = 1.0.2 + pkgrel = 4 + url = https://github.com/mcmtroffaes/pybtex-docutils + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python-setuptools + depends = python-six + depends = python-docutils + depends = python-pybtex + source = https://pypi.io/packages/source/p/pybtex-docutils/pybtex-docutils-1.0.2.tar.gz + sha256sums = 43aa353b6d498fd5ac30f0073a98e332d061d34fe619d3d50d1761f8fd4aa016 + +pkgname = python-pybtex-docutils diff --git a/python/python-pybtex-docutils/.nvchecker.toml b/python/python-pybtex-docutils/.nvchecker.toml new file mode 100644 index 0000000000..d86d98e5e7 --- /dev/null +++ b/python/python-pybtex-docutils/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-pybtex-docutils] +source = "pypi" +pypi = "pybtex-docutils" diff --git a/python/python-pybtex-docutils/PKGBUILD b/python/python-pybtex-docutils/PKGBUILD index d1a3a59d01..49e65cc72b 100644 --- a/python/python-pybtex-docutils/PKGBUILD +++ b/python/python-pybtex-docutils/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-pybtex-docutils pkgver=1.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="A docutils backend for pybtex" arch=(any) url="https://github.com/mcmtroffaes/pybtex-docutils"