summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bcbb4a9dbf4..2cc38c072c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josh VanderLinden <arch@cloudlery.com>
pkgname=python-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
-pkgver=0.13
+pkgver=0.14
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=('793f82618cf260da66c766923eeba387d18226afb647c9cd9e47825f74c2f514')
+sha256sums=('75b182e9e8cf7efe828cac2c351bb737b00a76bc3aa60fd1a9b2b7096e99c383')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"