summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2023-09-03 20:43:42 +0000
committerJohannes Wienke2023-09-03 20:43:42 +0000
commitf1e6771a5d39b08f32a8a858254103a1573a7d5c (patch)
treed469ff224a7a51667eba31d79761a1b052d959f0
parent11ab27a9f22404b1d2b99e51ed6fd1624424b26b (diff)
parent44220d952dcf54990215ee6cfa8a6277f19747e9 (diff)
downloadaur-f1e6771a5d39b08f32a8a858254103a1573a7d5c.tar.gz
Merge branch 'renovate/sphinxcontrib-plantuml-0.x' into 'master'
chore(deps): update dependency sphinxcontrib-plantuml to v0.26 See merge request languitar-aur-packages/aur-python-sphinxcontrib-plantuml!7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 490f4782a67e..7c2b4203985c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.25
- pkgrel = 2
+ pkgver = 0.26
+ pkgrel = 1
url = https://pypi.python.org/pypi/sphinxcontrib-plantuml
arch = any
license = BSD
makedepends = python-setuptools
depends = plantuml
depends = python-sphinx
- source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.25.tar.gz
- sha256sums = 8fde531d92d1cfc2817fe3647b3f2d07e76682c4a84889c04a53e831f7c54432
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.26.tar.gz
+ sha256sums = adb3397d5cb0613632cd3dad7894381422bac24464c393cb050404dd6712b1a7
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 52f6ed822055..6492ef3ccb7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.25
-pkgrel=2
+pkgver=0.26
+pkgrel=1
arch=(any)
pkgdesc="Sphinx 'plantuml' extension"
url='https://pypi.python.org/pypi/sphinxcontrib-plantuml'
@@ -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=('8fde531d92d1cfc2817fe3647b3f2d07e76682c4a84889c04a53e831f7c54432')
+sha256sums=('adb3397d5cb0613632cd3dad7894381422bac24464c393cb050404dd6712b1a7')
build() {
cd $_pyname-$pkgver