diff options
author | Erich Eckner <git@eckner.net> | 2020-03-25 11:19:12 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-03-25 11:19:12 +0100 |
commit | a244f99ab902f2ed9683c54a6267a13a129e6f34 (patch) | |
tree | 641b9af0299eef1ad9ab19f5ff04b890186079dc /python-sphinxcontrib-programoutput | |
parent | e69d2b5874337b293279249c954ea1245b5dd0ef (diff) | |
download | archlinuxewe-a244f99ab902f2ed9683c54a6267a13a129e6f34.tar.xz |
python-sphinxcontrib-programoutput 0.15-3 -> 0.16-1
Diffstat (limited to 'python-sphinxcontrib-programoutput')
-rw-r--r-- | python-sphinxcontrib-programoutput/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-sphinxcontrib-programoutput/PKGBUILD b/python-sphinxcontrib-programoutput/PKGBUILD index 68b76853d..3b3c67635 100644 --- a/python-sphinxcontrib-programoutput/PKGBUILD +++ b/python-sphinxcontrib-programoutput/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Josh VanderLinden <arch@cloudlery.com> pkgname=python-sphinxcontrib-programoutput _pkgname=sphinxcontrib-programoutput -pkgver=0.15 -pkgrel=3 +pkgver=0.16 +pkgrel=1 pkgdesc="Sphinx extension to include program output" arch=('any') url="https://bitbucket.org/birkenfeld/sphinx-contrib" @@ -19,8 +19,8 @@ options=(!emptydirs) source=( "https://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" ) -source=(https://pypi.python.org/packages/fd/f5/88a33c39e4e6409a32c6e5211e5397618df7d95dcc354b4a24f7930455a1/${_pkgname}-${pkgver}.tar.gz) -sha512sums=('08444118daf09e05c1318ee87a22fcccb7822b99d58d18cf46748aa32338f35519017839c233cd5176a5426cb5f55047039ee28a26f6f4ebd99a35b199c0ff19') +source=(https://pypi.python.org/packages/3a/70/9d31f5ecaeaddfc7857de38b3dcec099690829122c084c2cdfee8f90a967/${_pkgname}-${pkgver}.tar.gz) +sha512sums=('6003b8ce43ed468b01f6bda02c6f58c0518b38c43a75f1ed0869dd8df2ee215310246b7feeba90f213547644c1bdb0164cf1f44f44879ac054dcbd6d6f48a69e') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |