summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordemize2016-06-02 08:22:12 +0000
committersvntogit2016-06-02 08:22:12 +0000
commite36e03b771467e94b6c264af79b04ddac86c4019 (patch)
treed2f2c893cfe57ba1333b5e0391c5d3549531fdb1
parentc8f36bc8ad376ded089e3b67a670fe652365f31b (diff)
downloadaur-e36e03b771467e94b6c264af79b04ddac86c4019.tar.gz
upgpkg: python-sphinx 1.4.2-1
Disabling signature verification since they don't have the valid keys listed anywhere, and the new release is signed by a different key... *sigh*. git-svn-id: file:///srv/repos/svn-community/svn@177689 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-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