summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2017-07-12 12:35:30 +0200
committerAndré Klitzing2017-07-12 12:35:30 +0200
commit4b6c5b069be314d47d4514ca63fb32ab6be7fc10 (patch)
tree3c2be2def7a4cebd0e1adbf3a191335e7cba89a9 /PKGBUILD
parent5fa0e52e41f64bf707629e4cedf5a9f7621a5e1f (diff)
downloadaur-4b6c5b069be314d47d4514ca63fb32ab6be7fc10.tar.gz
Upgrade to 0.8.1 and update download url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')