diff options
author | Blair Bonnett | 2022-11-03 20:27:30 +0100 |
---|---|---|
committer | Blair Bonnett | 2022-11-03 20:27:30 +0100 |
commit | 92441eb82afb7dbeddf35dc3036edb922714a551 (patch) | |
tree | 8647f6c1ef49ea8077f80e67b484da1887d8b892 | |
parent | de289e9db212a20a643f1741c33d75a7bcb6dbd0 (diff) | |
download | aur-92441eb82afb7dbeddf35dc3036edb922714a551.tar.gz |
Update to 0.3.8
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = python-blackdoc pkgdesc = Run Black on documentation code snippets - pkgver = 0.3.7 + pkgver = 0.3.8 pkgrel = 1 url = https://github.com/keewis/blackdoc arch = any @@ -13,9 +13,10 @@ pkgbase = python-blackdoc makedepends = python-wheel depends = python-black depends = python-more-itertools + depends = python-rich optdepends = ipython: for working with .ipynb files optdepends = python-tokenize-rt: for working with .ipynb files - source = https://files.pythonhosted.org/packages/source/b/blackdoc/blackdoc-0.3.7.tar.gz - sha256sums = 0b2e3f2f5611112532c85647a39cdc6e7ced660530e942331aa971c49c71deae + source = https://files.pythonhosted.org/packages/source/b/blackdoc/blackdoc-0.3.8.tar.gz + sha256sums = 3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2 pkgname = python-blackdoc @@ -3,12 +3,12 @@ pkgname=python-blackdoc _pypi=blackdoc pkgdesc='Run Black on documentation code snippets' -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=1 url='https://github.com/keewis/blackdoc' license=('MIT') arch=('any') -depends=('python-black' 'python-more-itertools') +depends=('python-black' 'python-more-itertools' 'python-rich') optdepends=( 'ipython: for working with .ipynb files' 'python-tokenize-rt: for working with .ipynb files' @@ -22,7 +22,7 @@ source=( "https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz" ) sha256sums=( - '0b2e3f2f5611112532c85647a39cdc6e7ced660530e942331aa971c49c71deae' + '3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2' ) build() { |