summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRenovate Bot2024-03-10 16:05:02 +0000
committerRenovate Bot2024-03-10 16:05:02 +0000
commit02d6b8b81c8b32c6949d479e3b7044504273f105 (patch)
treecc2f937fc307f05ca96462f6cf6fcdf983f00975 /PKGBUILD
parentbb656a79558488ba35b9dfb58e94c98ff9b3e90a (diff)
downloadaur-02d6b8b81c8b32c6949d479e3b7044504273f105.tar.gz
chore(deps): update dependency sphinxcontrib-plantuml to v0.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19b9f44b44a7..d2d9ac85a846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.28
+pkgver=0.29
pkgrel=1
arch=(any)
pkgdesc="Sphinx 'plantuml' extension"
@@ -9,7 +9,7 @@ license=('BSD')
makedepends=(python-setuptools)
depends=('plantuml' 'python-sphinx')
source=("https://files.pythonhosted.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('ce9362ad3d4bbcc4c30dfdfc308aacad2c07b344635316681a711269b8e00bea')
+sha256sums=('97a4f2a26af91db88770ccf8a3b2e03305bcda7ec41a7f969fc8cb27b84a3c44')
build() {
cd $_pyname-$pkgver