summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot2023-10-31 16:04:25 +0000
committerRenovate Bot2023-10-31 16:04:25 +0000
commit257e0eef42b3e36b885f2670d1e0a0fe4b7b6638 (patch)
tree12375799bb07c0af64de4f65034970d4358e0c6c
parentf1e6771a5d39b08f32a8a858254103a1573a7d5c (diff)
downloadaur-257e0eef42b3e36b885f2670d1e0a0fe4b7b6638.tar.gz
chore(deps): update dependency sphinxcontrib-plantuml to v0.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2b4203985c..552625a3d755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.26
+ pkgver = 0.27
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.26.tar.gz
- sha256sums = adb3397d5cb0613632cd3dad7894381422bac24464c393cb050404dd6712b1a7
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.27.tar.gz
+ sha256sums = 8975778eed9c142a42ecdc4ecd83132dec0690c035cae788c123750ead526703
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 6492ef3ccb7d..0b23eb522647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.26
+pkgver=0.27
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=('adb3397d5cb0613632cd3dad7894381422bac24464c393cb050404dd6712b1a7')
+sha256sums=('8975778eed9c142a42ecdc4ecd83132dec0690c035cae788c123750ead526703')
build() {
cd $_pyname-$pkgver