summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2015-07-03 09:16:56 +0200
committerChris Warrick2015-07-03 09:16:56 +0200
commit3587f3d71ac98d0877402cf47f421d8ce6911edb (patch)
treedb62b5406fa31c9211c90a0c7dfd5ad51cc58633
parente117d99cdaf2c51c36da977bb54f18d1ccbb6039 (diff)
downloadaur-3587f3d71ac98d0877402cf47f421d8ce6911edb.tar.gz
unpin yapsy & doit
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec411225e2e..db95fc9f9c4c 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.6.0.r0.g6f2b78f
+ pkgver = 7.6.0.r6.gd015f82
pkgrel = 1
url = https://getnikola.com/
arch = any
@@ -34,7 +34,7 @@ pkgname = python-nikola-git
optdepends = python-markdown: for Markdown support
optdepends = python-jinja: for Jinja2 themes
optdepends = python-pyphen>=0.9.1: for hyphenation
- optdepends = python-pygal==1.7.0: for SVG graph plotting
+ optdepends = python-pygal=1.7.0: for SVG graph plotting
optdepends = python-typogrify>=2.0.4: for typographical enhancements
optdepends = python-webassets: for bundling assets
optdepends = ipython-notebook: for ipynb support
@@ -64,7 +64,7 @@ pkgname = python2-nikola-git
optdepends = python2-markdown: for Markdown support
optdepends = python2-jinja: for Jinja2 themes
optdepends = python2-pyphen>=0.9.1: for hyphenation
- optdepends = python2-pygal==1.7.0: for SVG graph plotting
+ optdepends = python2-pygal=1.7.0: for SVG graph plotting
optdepends = python2-typogrify>=2.0.4: for typographical enhancements
optdepends = python2-webassets: for bundling assets
optdepends = ipython2-notebook: for ipynb support
diff --git a/PKGBUILD b/PKGBUILD
index 7dcd3c3b6a83..b61dd6476345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-nikola-git
_pyname=nikola
_gitname=nikola
pkgname=('python-nikola-git' 'python2-nikola-git' 'python-nikola-doc-git')
-pkgver=7.6.0.r0.g6f2b78f
+pkgver=7.6.0.r6.gd015f82
pkgrel=1
pkgdesc='A modular, fast, simple, static website generator. (git version)'
arch=('any')
@@ -35,7 +35,7 @@ package_python-nikola-git() {
'python-markdown: for Markdown support'
'python-jinja: for Jinja2 themes'
'python-pyphen>=0.9.1: for hyphenation'
- 'python-pygal==1.7.0: for SVG graph plotting'
+ 'python-pygal=1.7.0: for SVG graph plotting'
'python-typogrify>=2.0.4: for typographical enhancements'
'python-webassets: for bundling assets'
'ipython-notebook: for ipynb support'
@@ -60,7 +60,7 @@ package_python2-nikola-git() {
'python2-markdown: for Markdown support'
'python2-jinja: for Jinja2 themes'
'python2-pyphen>=0.9.1: for hyphenation'
- 'python2-pygal==1.7.0: for SVG graph plotting'
+ 'python2-pygal=1.7.0: for SVG graph plotting'
'python2-typogrify>=2.0.4: for typographical enhancements'
'python2-webassets: for bundling assets'
'ipython2-notebook: for ipynb support'