diff options
author | Erich Eckner <git@eckner.net> | 2021-04-05 22:30:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-05 22:41:00 +0200 |
commit | 19d32310124dcd8a25bd4ec995c6d044f69d33ef (patch) | |
tree | 63a5994a0b95a11d00dda5cd14e53b3f77edf2b1 /python-sphinxcontrib-programoutput | |
parent | e0fa81d259319ab3ac9f15ea9c80a4ba4d26c938 (diff) | |
download | archlinuxewe-19d32310124dcd8a25bd4ec995c6d044f69d33ef.tar.xz |
python-sphinxcontrib-programoutput 0.16-3 -> 0.17-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 824bf1665..20f54a34f 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.16 -pkgrel=3 +pkgver=0.17 +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/3a/70/9d31f5ecaeaddfc7857de38b3dcec099690829122c084c2cdfee8f90a967/${_pkgname}-${pkgver}.tar.gz) -sha512sums=('6003b8ce43ed468b01f6bda02c6f58c0518b38c43a75f1ed0869dd8df2ee215310246b7feeba90f213547644c1bdb0164cf1f44f44879ac054dcbd6d6f48a69e') +source=(https://pypi.python.org/packages/49/fe/8a6d8763674b3d3814a6008a83eb8002b6da188710dd7f4654ec77b4a8ac/${_pkgname}-${pkgver}.tar.gz) +sha512sums=('cbb564830b8a627de6ecfa83fcc235d7dd7981e191ab3cada66a74d79a5bb2ec0a993eb8ae6249db553dc1814eae98891ea285f2c3cf5e745eabce7b8647b0c4') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |