summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordemize2017-06-06 23:39:26 +0000
committersvntogit2017-06-06 23:39:26 +0000
commitac604f5204cd7f4fe40c50e0aca69818b04bfbbd (patch)
tree3505811694c681c6966ada9f0949b61e29965c6a
parentfd2950b3db3265fe7220b0ba043b3639449a29c1 (diff)
downloadaur-ac604f5204cd7f4fe40c50e0aca69818b04bfbbd.tar.gz
upgpkg: python-sphinx 1.6.2-1
git-svn-id: file:///srv/repos/svn-community/svn@235152 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 8 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87ec8f469636..206ff2dbde97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx
- pkgver = 1.6.1
- pkgrel = 3
+ pkgver = 1.6.2
+ pkgrel = 1
url = http://sphinx.pocoo.org/
arch = any
license = BSD
@@ -47,12 +47,8 @@ pkgbase = python-sphinx
makedepends = python2-sqlalchemy
makedepends = python2-whoosh
makedepends = python2-typing
- source = https://pypi.org/packages/source/S/Sphinx/Sphinx-1.6.1.tar.gz
- source = typing-module-py35+.patch
- source = fix-broken-latex-testcase.patch
- md5sums = 26cb1cdca7aa4afc8c925d926b6268e7
- md5sums = 7e9371d2bbae0a790cb2ba9200979803
- md5sums = 7ec2270be8902c2351f9f4a8c9a33f26
+ source = https://pypi.org/packages/source/S/Sphinx/Sphinx-1.6.2.tar.gz
+ md5sums = a5f613e2b807c1f8c6cdd985a3d909f1
pkgname = python-sphinx
pkgdesc = Python3 documentation generator
diff --git a/PKGBUILD b/PKGBUILD
index adb72dda7a35..b373d211f40f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.6.1
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
arch=('any')
url='http://sphinx.pocoo.org/'
@@ -51,19 +51,11 @@ checkdepends=(
'imagemagick' 'librsvg'
)
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"
- "typing-module-py35+.patch"
- "fix-broken-latex-testcase.patch")
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-md5sums=('26cb1cdca7aa4afc8c925d926b6268e7'
- '7e9371d2bbae0a790cb2ba9200979803'
- '7ec2270be8902c2351f9f4a8c9a33f26')
+md5sums=('a5f613e2b807c1f8c6cdd985a3d909f1')
prepare() {
- (cd Sphinx-$pkgver
- patch -p1 <"$srcdir"/fix-broken-latex-testcase.patch
- patch -p1 <"$srcdir"/typing-module-py35+.patch)
-
# souce duplication is required because makefile modify source code
# setyp.py --build tricks don't works well
cp -a Sphinx-$pkgver Sphinx-${pkgver}2