summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2022-07-06 21:06:10 +0000
committerJohannes Wienke2022-07-06 21:06:10 +0000
commit2a8105dd32a619edae1cf9c5d49e65125dae8300 (patch)
tree9c70dc5b6047e08d920a03ea829de13b328872a0
parent60e9007ad350676507d12e2cf4c7245888377c5f (diff)
parente8c52ef8526aed866217746dadc1e9d0f316050e (diff)
downloadaur-2a8105dd32a619edae1cf9c5d49e65125dae8300.tar.gz
Merge branch 'renovate/sphinxcontrib-plantuml-0.x' into 'master'
chore(deps): update dependency sphinxcontrib-plantuml to v0.24 See merge request languitar-aur-packages/aur-python-sphinxcontrib-plantuml!4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c689617bc34..968fef0379db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.23
+ pkgver = 0.24
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.23.tar.gz
- sha256sums = 1d55518f0a86ecd6c96ba8ff8c884adca05bac3e58e76a692a3cd19aa7f42acf
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.24.tar.gz
+ sha256sums = cf65db7358f785a6498ee03e7198b6680c625d28e55b33475fc3f6c94351451d
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index ead8c1574588..1f727b55693d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.23
+pkgver=0.24
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=('1d55518f0a86ecd6c96ba8ff8c884adca05bac3e58e76a692a3cd19aa7f42acf')
+sha256sums=('cf65db7358f785a6498ee03e7198b6680c625d28e55b33475fc3f6c94351451d')
build() {
cd $_pyname-$pkgver