summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2015-07-10 13:15:03 +0200
committerChris Warrick2015-07-10 13:15:03 +0200
commitaef93606e13c68fc908656ff2947da7433740bb9 (patch)
tree03554a19357909d2760a0501837a9fde1c768394 /PKGBUILD
parent636fbd5de2edc1ec71aedd94c1abfc40dffb298a (diff)
downloadaur-aef93606e13c68fc908656ff2947da7433740bb9.tar.gz
global makedepends
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ce31b0a9c62..5ed729a67ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,20 @@ pkgbase=python-nikola
_pyname=nikola
pkgname=('python-nikola' 'python2-nikola' 'python-nikola-doc')
pkgver=7.6.0
-pkgrel=3
+pkgrel=4
pkgdesc='A modular, fast, simple, static website generator.'
arch=('any')
url='https://getnikola.com/'
license=('MIT')
options=(!emptydirs)
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+makedepends=('python' 'python-doit' 'python-pygments' 'python-pillow'
+ 'python-docutils' 'python-mako' 'python-unidecode' 'python-lxml'
+ 'python-yapsy>=1.11.223' 'python-pyrss2gen' 'python-dateutil' 'python-logbook'
+ 'python-blinker' 'python-natsort' 'python-setuptools' 'python-requests'
+ 'python2' 'python2-doit' 'python2-pygments' 'python2-pillow'
+ 'python2-docutils' 'python2-mako' 'python2-unidecode' 'python2-lxml'
+ 'python2-yapsy>=1.11.223' 'python2-pyrss2gen' 'python2-dateutil' 'python2-logbook'
+ 'python2-blinker' 'python2-natsort' 'python2-setuptools' 'python2-requests')
source=("https://pypi.python.org/packages/source/N/Nikola/${_pyname}-${pkgver}.tar.gz")
md5sums=('eabe0c1efd552fb9f9e6dc0f64270619')