[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Thu Jun 2 08:22:13 UTC 2016


    Date: Thursday, June 2, 2016 @ 10:22:12
  Author: demize
Revision: 177689

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*.

Modified:
  python-sphinx/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-02 08:22:06 UTC (rev 177688)
+++ PKGBUILD	2016-06-02 08:22:12 UTC (rev 177689)
@@ -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 @@
   '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



More information about the arch-commits mailing list