summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2016-03-12 00:22:11 +0100
committerAndré Klitzing2016-03-12 00:22:11 +0100
commit5fa0e52e41f64bf707629e4cedf5a9f7621a5e1f (patch)
tree708dede01a71526fb4727151484b47d72d975766
parentf46c54b0913de5911b769781c9956963d3097a29 (diff)
downloadaur-5fa0e52e41f64bf707629e4cedf5a9f7621a5e1f.tar.gz
Bump to 0.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f338323267d9..2728bf836e1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 14:16:13 UTC 2016
+# Fri Mar 11 23:20:29 UTC 2016
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.6
- pkgrel = 2
+ pkgver = 0.7
+ pkgrel = 1
url = https://pypi.python.org/pypi/sphinxcontrib-plantuml
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.6.tar.gz
- sha256sums = a88c5fa6ba5a4ed6150cde3cd1635e3c9fe7f17a99bf16777947dece59287072
+ source = https://pypi.python.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.7.tar.gz
+ sha256sums = 9b33b30ceb3a53c8af3291d66b902821a4b81117f37d2250a8ac05e270be3e04
pkgname = python-sphinxcontrib-plantuml
depends = plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 6e2f66b42f71..8f105987489b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgbase=python-sphinxcontrib-plantuml
pkgname=(python-sphinxcontrib-plantuml python2-sphinxcontrib-plantuml)
_pyname=sphinxcontrib-plantuml
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+pkgrel=1
arch=(any)
pkgdesc="Sphinx 'plantuml' extension"
url='https://pypi.python.org/pypi/sphinxcontrib-plantuml'
@@ -32,4 +32,4 @@ package_python2-sphinxcontrib-plantuml() {
python2 setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('a88c5fa6ba5a4ed6150cde3cd1635e3c9fe7f17a99bf16777947dece59287072')
+sha256sums=('9b33b30ceb3a53c8af3291d66b902821a4b81117f37d2250a8ac05e270be3e04')