python-sphinxcontrib-websupport: update to 1.1.0 (#3979)

This commit is contained in:
Andrew Sun
2018-06-20 00:30:01 -04:00
committed by Алексей
parent 1af34627f1
commit 5487420d3d

View File

@@ -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}"