summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f78114bfc3bb..7fa94e7eeed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Nov 2 11:37:55 UTC 2016
+# Wed Apr 11 04:10:33 UTC 2018
pkgbase = python-numpy-docs-devhelp
pkgdesc = HTML documentation for Python NumPy with GNOME Devhelp support
- pkgver = 1.11.2
+ pkgver = 1.14.2
pkgrel = 1
url = http://docs.scipy.org/
arch = any
- license = GPL
+ license = custom
makedepends = python
makedepends = python-sphinx
makedepends = python-numpydoc
@@ -14,10 +14,10 @@ pkgbase = python-numpy-docs-devhelp
depends = devhelp
conflicts = python-numpy-doc
options = docs
- source = numpy-1.11.2.tar.gz::https://github.com/numpy/numpy/archive/v1.11.2.tar.gz
+ source = numpy-1.14.2.tar.gz::https://github.com/numpy/numpy/archive/v1.14.2.tar.gz
source = git+https://github.com/scipy/scipy-sphinx-theme.git
source = devhelp-build.patch
- md5sums = 90347ff0b20bd00f2547ef4950ab3523
+ md5sums = 5086c77bb8ee6a53d1d058e0b53d8e23
md5sums = SKIP
md5sums = 79df7faef04116ce20dc0b0b876a837d
diff --git a/PKGBUILD b/PKGBUILD
index 2783e835a11b..7ea9d6a58a0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Ashwin Vishnu <ashuwish+arch at protonmail dot com>
+# Maintainer: Ashwin Vishnu <ashwinvis+arch at protonmail dot com>
pkgname='python-numpy-docs-devhelp'
-pkgver='1.11.2'
+pkgver='1.14.2'
pkgrel=1
pkgdesc="HTML documentation for Python NumPy with GNOME Devhelp support"
arch=('any')
-license=('GPL')
+license=('custom')
url="http://docs.scipy.org/"
depends=('devhelp')
makedepends=('python' 'python-sphinx' 'python-numpydoc' 'python-matplotlib')
@@ -14,7 +14,7 @@ options=('docs')
source=("numpy-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz"
"git+https://github.com/scipy/scipy-sphinx-theme.git"
"devhelp-build.patch")
-md5sums=('90347ff0b20bd00f2547ef4950ab3523'
+md5sums=('5086c77bb8ee6a53d1d058e0b53d8e23'
'SKIP'
'79df7faef04116ce20dc0b0b876a837d')