summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-05-15 13:09:05 +0200
committerJohannes Wienke2021-05-15 13:09:05 +0200
commit8b413c698be0f5675e44e53095365875e726cc5c (patch)
treed56e8f4305efd8a216b68268f77b22ef0c73ed8c
parent34d0c2b3d7d14327e91043f772d22f774e4f8437 (diff)
downloadaur-8b413c698be0f5675e44e53095365875e726cc5c.tar.gz
Version bump to 0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6f13d871b6f..5b28ed0d51f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.20.1
+ pkgver = 0.21
pkgrel = 1
url = https://pypi.python.org/pypi/sphinxcontrib-plantuml
arch = any
@@ -8,8 +8,8 @@ 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.20.1.tar.gz
- sha256sums = 4bf607da1048a66cbe6969ffd2bcb331ae4bcefacc3875278c4d2271b95a0a74
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.21.tar.gz
+ sha256sums = 53e1808dc2b1f3ec20c177fa3fa6d438d75ef572a25a489e330bb01130508d87
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index fcf717f35369..9a14eb0b4a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.20.1
+pkgver=0.21
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=('4bf607da1048a66cbe6969ffd2bcb331ae4bcefacc3875278c4d2271b95a0a74')
+sha256sums=('53e1808dc2b1f3ec20c177fa3fa6d438d75ef572a25a489e330bb01130508d87')
build() {
cd $_pyname-$pkgver