summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-10-17 16:16:09 +0200
committerHyacinthe Cartiaux2019-10-17 16:16:09 +0200
commit8d38ec9403fd3a0027a9aa9c986a136891c6bc1d (patch)
treea6813bb00b89ea4cbe3b380470d517abe097060d
parentbb6a7529cf66cfd3a4697cbd7894aa15982dd21d (diff)
downloadaur-8d38ec9403fd3a0027a9aa9c986a136891c6bc1d.tar.gz
Update to 0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b66e29f0f7d8..a4012b9a729a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxcontrib-programoutput
pkgdesc = Sphinx extension to include program output
- pkgver = 0.14
+ pkgver = 0.15
pkgrel = 1
url = https://bitbucket.org/birkenfeld/sphinx-contrib
arch = any
@@ -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.14.tar.gz
- sha256sums = 75b182e9e8cf7efe828cac2c351bb737b00a76bc3aa60fd1a9b2b7096e99c383
+ source = https://pypi.python.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.15.tar.gz
+ sha256sums = 80dd5b4eab780a13ff2c23500cac3dbf0e04ef9976b409ef25a47c263ef8ab94
pkgname = python-sphinxcontrib-programoutput
diff --git a/PKGBUILD b/PKGBUILD
index 2cc38c072c8a..2931c00292b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josh VanderLinden <arch@cloudlery.com>
pkgname=python-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
-pkgver=0.14
+pkgver=0.15
pkgrel=1
pkgdesc="Sphinx extension to include program output"
arch=('any')
@@ -15,7 +15,7 @@ options=(!emptydirs)
source=(
"https://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
)
-sha256sums=('75b182e9e8cf7efe828cac2c351bb737b00a76bc3aa60fd1a9b2b7096e99c383')
+sha256sums=('80dd5b4eab780a13ff2c23500cac3dbf0e04ef9976b409ef25a47c263ef8ab94')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"