summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2017-07-12 12:35:30 +0200
committerAndré Klitzing2017-07-12 12:35:30 +0200
commit4b6c5b069be314d47d4514ca63fb32ab6be7fc10 (patch)
tree3c2be2def7a4cebd0e1adbf3a191335e7cba89a9
parent5fa0e52e41f64bf707629e4cedf5a9f7621a5e1f (diff)
downloadaur-4b6c5b069be314d47d4514ca63fb32ab6be7fc10.tar.gz
Upgrade to 0.8.1 and update download url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2728bf836e1f..ee9f4b0e2851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 23:20:29 UTC 2016
+# Wed Jul 12 10:35:09 UTC 2017
pkgbase = python-sphinxcontrib-plantuml
pkgdesc = Sphinx 'plantuml' extension
- pkgver = 0.7
+ pkgver = 0.8.1
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.7.tar.gz
- sha256sums = 9b33b30ceb3a53c8af3291d66b902821a4b81117f37d2250a8ac05e270be3e04
+ source = https://files.pythonhosted.org/packages/source/s/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.8.1.tar.gz
+ sha256sums = cfc917ec412fbec597225ba9167918cdcd7e25e13fa29d7749b80e1d0f7ea39d
pkgname = python-sphinxcontrib-plantuml
depends = plantuml
diff --git a/PKGBUILD b/PKGBUILD
index 8f105987489b..2f83d799f986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgbase=python-sphinxcontrib-plantuml
pkgname=(python-sphinxcontrib-plantuml python2-sphinxcontrib-plantuml)
_pyname=sphinxcontrib-plantuml
-pkgver=0.7
+pkgver=0.8.1
pkgrel=1
arch=(any)
pkgdesc="Sphinx 'plantuml' extension"
url='https://pypi.python.org/pypi/sphinxcontrib-plantuml'
license=('BSD')
makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz")
build() {
cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
@@ -32,4 +32,4 @@ package_python2-sphinxcontrib-plantuml() {
python2 setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('9b33b30ceb3a53c8af3291d66b902821a4b81117f37d2250a8ac05e270be3e04')
+sha256sums=('cfc917ec412fbec597225ba9167918cdcd7e25e13fa29d7749b80e1d0f7ea39d')