summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2017-04-13 11:16:52 +0200
committerAndré Klitzing2017-04-13 11:16:52 +0200
commit5fbedf79c1206c0b8b41d2cb10e8a1873dd73880 (patch)
tree3e35485f8ba761b18a59d11f9491bfb1537118e5
parentaf771b36440339e6c3e93e16db05ba9baad30408 (diff)
downloadaur-5fbedf79c1206c0b8b41d2cb10e8a1873dd73880.tar.gz
Upgrade to 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 258f67ffee2c..eda7805b6a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 17:59:41 UTC 2016
+# Thu Apr 13 09:16:34 UTC 2017
pkgbase = python-doc8
pkgdesc = Style checker for Sphinx (or other) RST documentation
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://pypi.python.org/pypi/doc8
arch = any
license = Apache 2.0
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/d/doc8/doc8-0.7.0.tar.gz
- sha256sums = b89824683a23361c3f1f6ce8743cc97c86570596455dee1bb67d555f2106af06
+ source = https://files.pythonhosted.org/packages/source/d/doc8/doc8-0.8.0.tar.gz
+ sha256sums = 2df89f9c1a5abfb98ab55d0175fed633cae0cf45025b8b1e0ee5ea772be28543
pkgname = python-doc8
depends = python-stevedore
diff --git a/PKGBUILD b/PKGBUILD
index cadf01e681bd..dfbba4900dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgbase=python-doc8
pkgname=(python-doc8 python2-doc8)
_pyname=doc8
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
arch=(any)
pkgdesc="Style checker for Sphinx (or other) RST documentation"
url='https://pypi.python.org/pypi/doc8'
license=('Apache 2.0')
makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/d/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/d/${_pyname}/${_pyname}-${pkgver}.tar.gz")
build() {
cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
@@ -36,4 +36,4 @@ package_python2-doc8() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha256sums=('b89824683a23361c3f1f6ce8743cc97c86570596455dee1bb67d555f2106af06')
+sha256sums=('2df89f9c1a5abfb98ab55d0175fed633cae0cf45025b8b1e0ee5ea772be28543')