summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2020-04-09 17:22:48 +0200
committerHyacinthe Cartiaux2020-04-09 17:22:48 +0200
commita3759216e7904203fc98acf176c01ba29f1f56bb (patch)
treec0996eba9fcbecebfa4bc568ee8a6e805dcd515a
parent8d38ec9403fd3a0027a9aa9c986a136891c6bc1d (diff)
downloadaur-a3759216e7904203fc98acf176c01ba29f1f56bb.tar.gz
Update to 0.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4012b9a729a..67e547cfcec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-sphinxcontrib-programoutput
pkgdesc = Sphinx extension to include program output
- pkgver = 0.15
+ pkgver = 0.16
pkgrel = 1
- url = https://bitbucket.org/birkenfeld/sphinx-contrib
+ url = https://pypi.org/project/sphinxcontrib-programoutput/
arch = any
license = BSD
makedepends = python
@@ -10,8 +10,8 @@ pkgbase = python-sphinxcontrib-programoutput
depends = python-sphinx
provides = sphinxcontrib-programoutput
options = !emptydirs
- source = https://pypi.python.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.15.tar.gz
- sha256sums = 80dd5b4eab780a13ff2c23500cac3dbf0e04ef9976b409ef25a47c263ef8ab94
+ source = https://pypi.python.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.16.tar.gz
+ sha256sums = 0caaa216d0ad8d2cfa90a9a9dba76820e376da6e3152be28d10aedc09f82a3b0
pkgname = python-sphinxcontrib-programoutput
diff --git a/PKGBUILD b/PKGBUILD
index 2931c00292b4..881e50ec19ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Josh VanderLinden <arch@cloudlery.com>
pkgname=python-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
-pkgver=0.15
+pkgver=0.16
pkgrel=1
pkgdesc="Sphinx extension to include program output"
arch=('any')
-url="https://bitbucket.org/birkenfeld/sphinx-contrib"
+url="https://pypi.org/project/sphinxcontrib-programoutput/"
license=('BSD')
depends=('python' 'python-sphinx')
makedepends=('python')
@@ -15,7 +15,7 @@ options=(!emptydirs)
source=(
"https://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
)
-sha256sums=('80dd5b4eab780a13ff2c23500cac3dbf0e04ef9976b409ef25a47c263ef8ab94')
+sha256sums=('0caaa216d0ad8d2cfa90a9a9dba76820e376da6e3152be28d10aedc09f82a3b0')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"