summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-03-26 10:22:20 +0100
committerJohannes Wienke2021-03-26 10:22:20 +0100
commitcd46a13ae6820e4ca0b1521f1d053d4a7e91f61e (patch)
tree05f7e16e8607fc5fb233cbf6dc1f2e80f43b6174
parent8a093ecd1f9f11002599da3199831201aa418b93 (diff)
downloadaur-cd46a13ae6820e4ca0b1521f1d053d4a7e91f61e.tar.gz
Version bump to 0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45a7933fa26..3e26cddcea28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.19
+ pkgver = 0.20
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.19.tar.gz
- sha256sums = 98b9f02282907b0c5b7a93a446c4649909aaf5785d2da0dd263c8ad68e00e288
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.20.tar.gz
+ sha256sums = 041d8f79599522949eda129146a60955d0b7544963790411106fff6f9f3daab4
pkgname = python-sphinxcontrib-plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 0e6cc4966fe0..a20c6fba7c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinxcontrib-plantuml
_pyname=sphinxcontrib-plantuml
-pkgver=0.19
+pkgver=0.20
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=('98b9f02282907b0c5b7a93a446c4649909aaf5785d2da0dd263c8ad68e00e288')
+sha256sums=('041d8f79599522949eda129146a60955d0b7544963790411106fff6f9f3daab4')
build() {
cd $_pyname-$pkgver