From 5487420d3df5d3568bf834c6decdcb78bdb2c8f3 Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Wed, 20 Jun 2018 00:30:01 -0400 Subject: [PATCH] python-sphinxcontrib-websupport: update to 1.1.0 (#3979) --- mingw-w64-python-sphinxcontrib-websupport/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-sphinxcontrib-websupport/PKGBUILD b/mingw-w64-python-sphinxcontrib-websupport/PKGBUILD index e5e07013ac..c067e3b756 100644 --- a/mingw-w64-python-sphinxcontrib-websupport/PKGBUILD +++ b/mingw-w64-python-sphinxcontrib-websupport/PKGBUILD @@ -3,15 +3,15 @@ _realname=sphinxcontrib-websupport pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=1 arch=('any') pkgdesc="Sphinx API for Web Apps (mingw-w64)" url="http://www.sphinx-doc.org/" license=('BSD') makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3" "${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") -source=("${_realname}-${pkgver}.tar.gz::https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/${pkgver}.tar.gz") -sha256sums=('b320eda0c0127af2d86fee1b93d891d2ad6b660797220c5d7be8fdcc2d4db141') +source=("${_realname}-${pkgver}.tar.gz::https://pypi.org/packages/source/s/${_realname}/${_realname}-${pkgver}.tar.gz") +sha256sums=('9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9') prepare() { cd "${srcdir}"