summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordemize2016-12-06 14:41:44 +0000
committersvntogit2016-12-06 14:41:44 +0000
commit62ed84b29ea3621fd9bdfa86f88da08b3ae0726e (patch)
tree85646725ca153cd0ca62b5446cfe08e8975e4763
parentc5f3af315ad6bd3cf6a2ddcd93243edd19f1d5f2 (diff)
downloadaur-62ed84b29ea3621fd9bdfa86f88da08b3ae0726e.tar.gz
upgpkg: python-sphinx 1.5-1
git-svn-id: file:///srv/repos/svn-community/svn@198208 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 059461d21be6..a9123bc5e229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-sphinx
- pkgver = 1.4.9
+ pkgver = 1.5
pkgrel = 1
url = http://sphinx.pocoo.org/
arch = any
@@ -28,11 +28,8 @@ pkgbase = python-sphinx
makedepends = python2-pygments
makedepends = python2-six
makedepends = python2-imagesize
- source = https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.4.9.tar.gz
- source = https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.4.9.tar.gz.asc
- validpgpkeys = 8A11B79A5D0D749A66F0A030102C2C17498D6B9E
- md5sums = 6c7472d3630835113ee9cc251cc36c31
- md5sums = SKIP
+ source = https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.5.tar.gz
+ md5sums = 366280d3b19fcf83f1c9e2fdfc9115b3
pkgname = python-sphinx
pkgdesc = Python3 documentation generator
diff --git a/PKGBUILD b/PKGBUILD
index dcd456435d26..de119c3cca74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=python-sphinx
pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.9
+pkgver=1.5
pkgrel=1
arch=('any')
@@ -38,11 +38,9 @@ checkdepends=(
'python2-mock'
)
-source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('6c7472d3630835113ee9cc251cc36c31'
- 'SKIP')
+md5sums=('366280d3b19fcf83f1c9e2fdfc9115b3')
prepare() {
# souce duplication is required because makefile modify source code