summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorseblu2014-09-05 22:59:14 +0000
committersvntogit2014-09-05 22:59:14 +0000
commita25d0591f1635def67da8b36aeda622d085036a3 (patch)
tree7eda630d443aa5e4aac632de202ad8ddb5fe2566
parent4328b5e6bfa9daf2689b0f60aee216048b105340 (diff)
downloadaur-a25d0591f1635def67da8b36aeda622d085036a3.tar.gz
upgpkg: python-sphinx 1.2.1-1
git-svn-id: file:///srv/repos/svn-community/svn@118439 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84fe4e458d4a..2b87fe8c4e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx
- pkgver = 1.2.2
- pkgrel = 3
+ pkgver = 1.2.1
+ pkgrel = 1
url = http://sphinx.pocoo.org/
arch = any
license = GPL
@@ -15,8 +15,8 @@ pkgbase = python-sphinx
makedepends = python2-docutils
makedepends = python2-jinja
makedepends = python2-pygments
- source = http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.2.tar.gz
- md5sums = 3dc73ccaa8d0bfb2d62fb671b1f7e8a4
+ source = http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.1.tar.gz
+ md5sums = 104494f036889122c9f403ae065ae7a9
pkgname = python-sphinx
pkgdesc = Python3 documentation generator
diff --git a/PKGBUILD b/PKGBUILD
index 1af6f1aa8d55..187af070b932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
arch=('any')
url='http://sphinx.pocoo.org/'
license=('GPL')
@@ -26,7 +26,7 @@ checkdepends=(
'texlive-latexextra'
)
source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-md5sums=('3dc73ccaa8d0bfb2d62fb671b1f7e8a4')
+md5sums=('104494f036889122c9f403ae065ae7a9')
prepare() {
# souce duplication is required because makefile modify source code