summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2017-06-05 17:16:01 +0200
committerChris Warrick2017-06-05 17:16:01 +0200
commitb17b24c3f268ea1067acc2d9f0ce4e714a83413f (patch)
tree37d041cf9ea4adc9f6079697a2d3e222c70701a4
parent41057e30e40adbadf831ac8357a0154e96cbeb0a (diff)
downloadaur-b17b24c3f268ea1067acc2d9f0ce4e714a83413f.tar.gz
Nikola v7.8.7
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a18e0672dfd..20c11746e2f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nikola-git
pkgdesc = A modular, fast, simple, static website generator. (git version)
- pkgver = 7.8.6.r0.gd2822474
+ pkgver = 7.8.7.r0.gc9e4caaf
pkgrel = 1
url = https://getnikola.com/
arch = any
@@ -24,6 +24,7 @@ pkgbase = python-nikola-git
makedepends = python-requests
makedepends = python-husl
makedepends = python-piexif
+ makedepends = python-markdown
options = !emptydirs
source = git+https://github.com/getnikola/nikola.git
md5sums = SKIP
@@ -47,7 +48,7 @@ pkgname = python-nikola-git
depends = python-requests
depends = python-husl
depends = python-piexif
- optdepends = python-markdown: for Markdown support
+ depends = python-markdown
optdepends = python-jinja: for Jinja2 themes
optdepends = python-pyphen>=0.9.1: for hyphenation
optdepends = python-pygal=1.7.0: for SVG graph plotting
diff --git a/PKGBUILD b/PKGBUILD
index f1dab6ad93aa..6587167e97eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-nikola-git
_pyname=nikola
_gitname=nikola
pkgname=('python-nikola-git' 'python-nikola-doc-git')
-pkgver=7.8.6.r0.gd2822474
+pkgver=7.8.7.r0.gc9e4caaf
pkgrel=1
pkgdesc='A modular, fast, simple, static website generator. (git version)'
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('git'
'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' 'python-husl' 'python-piexif')
+ 'python-requests' 'python-husl' 'python-piexif' 'python-markdown')
source=("git+https://github.com/getnikola/${_gitname}.git")
md5sums=('SKIP')
@@ -35,9 +35,8 @@ package_python-nikola-git() {
'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' 'python-husl' 'python-piexif')
- optdepends=('python-markdown: for Markdown support'
- 'python-jinja: for Jinja2 themes'
+ 'python-requests' 'python-husl' 'python-piexif' 'python-markdown')
+ optdepends=('python-jinja: for Jinja2 themes'
'python-pyphen>=0.9.1: for hyphenation'
'python-pygal=1.7.0: for SVG graph plotting'
'python-typogrify>=2.0.4: for typographical enhancements'