diff options
author | Erich Eckner <git@eckner.net> | 2019-09-16 14:51:03 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-16 14:51:03 +0200 |
commit | 8cadaecf89f49caf0fe51942d62a3e2fd03817d2 (patch) | |
tree | 7ce53fec5901e6de8b3465fd1e4b598e0047a51a /python-sphinxcontrib-programoutput | |
parent | f926f2e38a452c6c972818be54072b5acd551a29 (diff) | |
download | archlinuxewe-8cadaecf89f49caf0fe51942d62a3e2fd03817d2.tar.xz |
python-sphinxcontrib-programoutput 0.14-1 -> 0.15-1
Diffstat (limited to 'python-sphinxcontrib-programoutput')
-rw-r--r-- | python-sphinxcontrib-programoutput/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-sphinxcontrib-programoutput/PKGBUILD b/python-sphinxcontrib-programoutput/PKGBUILD index d8f5e7ae5..5294ea071 100644 --- a/python-sphinxcontrib-programoutput/PKGBUILD +++ b/python-sphinxcontrib-programoutput/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=python-sphinxcontrib-programoutput pkgname=(python2-sphinxcontrib-programoutput python-sphinxcontrib-programoutput) _pkgname=sphinxcontrib-programoutput -pkgver=0.14 +pkgver=0.15 pkgrel=1 pkgdesc="Sphinx extension to include program output" arch=('any') @@ -27,8 +27,8 @@ options=(!emptydirs) source=( "https://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" ) -source=(https://pypi.python.org/packages/8b/85/3dc8530f0e95a2961935cccd957da25c572894ecd746f30006d6bc6b1e9d/${_pkgname}-${pkgver}.tar.gz) -sha512sums=('c542867e4232e34289a649b62ce7962b52e5974104b59cc3cda8e7eab8d87551e8476fd74559081ec44fac3eec919c06293322afdf5bae90899b8142e238e43c') +source=(https://pypi.python.org/packages/fd/f5/88a33c39e4e6409a32c6e5211e5397618df7d95dcc354b4a24f7930455a1/${_pkgname}-${pkgver}.tar.gz) +sha512sums=('08444118daf09e05c1318ee87a22fcccb7822b99d58d18cf46748aa32338f35519017839c233cd5176a5426cb5f55047039ee28a26f6f4ebd99a35b199c0ff19') makedepends=( "${_deppy[@]}" "${_deppy2[@]}" |