summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot2022-02-28 16:06:21 +0000
committerRenovate Bot2022-02-28 16:06:21 +0000
commit2702bde7f9216fbec4f5108dea9edf7ed4a68361 (patch)
tree9bed45dca1641ae3fc6b4eed0199c2e039ea1a6e
parent5f751828746366fe444f6444a983031000219654 (diff)
downloadaur-2702bde7f9216fbec4f5108dea9edf7ed4a68361.tar.gz
chore(deps): update dependency sphinxcontrib-plantuml to v0.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85fad8b5ab92..5c689617bc34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.22
- pkgrel = 2
+ pkgver = 0.23
+ 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.22.tar.gz
- sha256sums = a42c7a13ab1ae9ed18e8e8b0f76b8d35dc476fdebe6e634354fe6fd0f261f686
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.23.tar.gz
+ sha256sums = 1d55518f0a86ecd6c96ba8ff8c884adca05bac3e58e76a692a3cd19aa7f42acf
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 03c245a2e463..ead8c1574588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.22
-pkgrel=2
+pkgver=0.23
+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=('a42c7a13ab1ae9ed18e8e8b0f76b8d35dc476fdebe6e634354fe6fd0f261f686')
+sha256sums=('1d55518f0a86ecd6c96ba8ff8c884adca05bac3e58e76a692a3cd19aa7f42acf')
build() {
cd $_pyname-$pkgver