summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-04-11 19:05:37 +0200
committerJohannes Wienke2021-04-11 19:05:37 +0200
commit34d0c2b3d7d14327e91043f772d22f774e4f8437 (patch)
treed977f72e3e7376912d744b9aab604f6c2aa2062d
parentcd46a13ae6820e4ca0b1521f1d053d4a7e91f61e (diff)
downloadaur-34d0c2b3d7d14327e91043f772d22f774e4f8437.tar.gz
Version bump to 0.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e26cddcea28..a6f13d871b6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.20
+ pkgver = 0.20.1
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.tar.gz
- sha256sums = 041d8f79599522949eda129146a60955d0b7544963790411106fff6f9f3daab4
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.20.1.tar.gz
+ sha256sums = 4bf607da1048a66cbe6969ffd2bcb331ae4bcefacc3875278c4d2271b95a0a74
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index a20c6fba7c42..fcf717f35369 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.20
+pkgver=0.20.1
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=('041d8f79599522949eda129146a60955d0b7544963790411106fff6f9f3daab4')
+sha256sums=('4bf607da1048a66cbe6969ffd2bcb331ae4bcefacc3875278c4d2271b95a0a74')
build() {
cd $_pyname-$pkgver