summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot2022-11-18 08:08:50 +0000
committerRenovate Bot2022-11-18 08:08:50 +0000
commit806037384bb71da660828eb8ee89d31e8b253cf9 (patch)
tree516d0725d52b9c9aa039d4ad59f128ad9bf6bfb3
parent2a8105dd32a619edae1cf9c5d49e65125dae8300 (diff)
downloadaur-806037384bb71da660828eb8ee89d31e8b253cf9.tar.gz
chore(deps): update dependency sphinxcontrib-plantuml to v0.24.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968fef0379db..6fc50bf2b195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.24
+ pkgver = 0.24.1
pkgrel = 1
url = https://pypi.python.org/pypi/sphinxcontrib-plantuml
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-sphinxcontrib-plantuml
makedepends = python-setuptools
depends = plantuml
depends = python-sphinx
- source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.24.tar.gz
- sha256sums = cf65db7358f785a6498ee03e7198b6680c625d28e55b33475fc3f6c94351451d
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.24.1.tar.gz
+ sha256sums = 39d2e4bc40d5e093126129a144f56b6ee15f58cfa5048b5948e63a11aff3b586
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 1f727b55693d..443d0abaf3c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.24
+pkgver=0.24.1
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=('cf65db7358f785a6498ee03e7198b6680c625d28e55b33475fc3f6c94351451d')
+sha256sums=('39d2e4bc40d5e093126129a144f56b6ee15f58cfa5048b5948e63a11aff3b586')
build() {
cd $_pyname-$pkgver