summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-01-08 11:51:57 +0100
committerHyacinthe Cartiaux2019-01-08 11:51:57 +0100
commitcacc0c27b1fc3b2de2ab0a017a96117996db0343 (patch)
tree3e337fbf6a3f2c7d7e68dd0bbf9d03c999bc656a
parenta95b447963805027a4242d720198b7bb31565406 (diff)
downloadaur-cacc0c27b1fc3b2de2ab0a017a96117996db0343.tar.gz
Update to 0.13
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3ea0236e3e..2ad43378c8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Sep 20 09:45:52 UTC 2017
pkgbase = python-sphinxcontrib-programoutput
pkgdesc = Sphinx extension to include program output
- pkgver = 0.11
+ pkgver = 0.13
pkgrel = 1
url = https://bitbucket.org/birkenfeld/sphinx-contrib
arch = any
@@ -12,8 +10,8 @@ pkgbase = python-sphinxcontrib-programoutput
depends = python-sphinx
provides = sphinxcontrib-programoutput
options = !emptydirs
- source = https://pypi.python.org/packages/25/34/fd1b61d3fe9ea705dff169d55426bf23d8be0f7b1976d17e79fbcc16e7d9/sphinxcontrib-programoutput-0.11.tar.gz
- sha256sums = cbec3ee1c3abd09e105115ab69cb5ade8ca1be9811565a844f973e93e0314837
+ source = https://pypi.python.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.13.tar.gz
+ sha256sums = 793f82618cf260da66c766923eeba387d18226afb647c9cd9e47825f74c2f514
pkgname = python-sphinxcontrib-programoutput
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a4ac5e846fa1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.gz
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index a4f7ec6826dc..5bcbb4a9dbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josh VanderLinden <arch@cloudlery.com>
pkgname=python-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
-pkgver=0.11
+pkgver=0.13
pkgrel=1
pkgdesc="Sphinx extension to include program output"
arch=('any')
@@ -15,9 +15,7 @@ options=(!emptydirs)
source=(
"https://pypi.python.org/packages/source/s/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
)
-source=(https://pypi.python.org/packages/25/34/fd1b61d3fe9ea705dff169d55426bf23d8be0f7b1976d17e79fbcc16e7d9/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('cbec3ee1c3abd09e105115ab69cb5ade8ca1be9811565a844f973e93e0314837')
-
+sha256sums=('793f82618cf260da66c766923eeba387d18226afb647c9cd9e47825f74c2f514')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"