summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMelvin Vermeeren2019-07-25 17:15:24 +0200
committerMelvin Vermeeren2019-07-25 17:15:24 +0200
commit3713711849d95d37b59cbf4124c8fad6bda0c78e (patch)
tree06577f27c5453ec0a05eca03577a6d7b380acc5a
parentd2dc0737352a06185a6dea31f9de97224a2fbc3a (diff)
downloadaur-3713711849d95d37b59cbf4124c8fad6bda0c78e.tar.gz
upgrade to 0.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b75a4712137..2bba95e84240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.16.1
+ pkgver = 0.17
pkgrel = 1
url = https://pypi.python.org/pypi/sphinxcontrib-plantuml
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.16.1.tar.gz
- sha256sums = 861c8ec78805598ba32e975dddf911716cd6461fc9c992a6eedf0b5a4c1a7e7a
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.17.tar.gz
+ sha256sums = 1e388ea0c8bc933adecf438f5243857ca238050a107d2768e5ffb490bbb733d7
pkgname = python-sphinxcontrib-plantuml
depends = plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 4d976004c2a1..57aa575b1086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=python-sphinxcontrib-plantuml
pkgname=(python-sphinxcontrib-plantuml python2-sphinxcontrib-plantuml)
_pyname=sphinxcontrib-plantuml
-pkgver=0.16.1
+pkgver=0.17
pkgrel=1
arch=(any)
pkgdesc="Sphinx 'plantuml' extension"
@@ -32,4 +32,4 @@ package_python2-sphinxcontrib-plantuml() {
python2 setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('861c8ec78805598ba32e975dddf911716cd6461fc9c992a6eedf0b5a4c1a7e7a')
+sha256sums=('1e388ea0c8bc933adecf438f5243857ca238050a107d2768e5ffb490bbb733d7')