summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6f313b62ff..576c250f1eae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx
- pkgver = 1.4.1
- pkgrel = 2
+ pkgver = 1.4.2
+ pkgrel = 1
url = http://sphinx.pocoo.org/
arch = any
license = BSD
@@ -28,11 +28,8 @@ pkgbase = python-sphinx
makedepends = python2-pygments
makedepends = python2-six
makedepends = python2-imagesize
- source = http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.4.1.tar.gz
- source = http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.4.1.tar.gz.asc
- validpgpkeys = E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07
- md5sums = 4c4988e0306a04cef8dccc384281e585
- md5sums = SKIP
+ source = https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.4.2.tar.gz
+ md5sums = 6fbb224bda2fa5f16220e719764836b6
pkgname = python-sphinx
pkgdesc = Python3 documentation generator
diff --git a/PKGBUILD b/PKGBUILD
index 07ba943c71c0..9c1ee1cd1033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
arch=('any')
url='http://sphinx.pocoo.org/'
@@ -38,10 +38,9 @@ checkdepends=(
'python2-mock'
)
-source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-validpgpkeys=('E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-md5sums=('4c4988e0306a04cef8dccc384281e585' 'SKIP')
+md5sums=('6fbb224bda2fa5f16220e719764836b6')
prepare() {
# souce duplication is required because makefile modify source code