summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2013-12-13 18:26:15 -0800
committermutantmonkey2013-12-13 18:26:15 -0800
commit0d9223b95081e42e962364d1f23ed12ca7eb82ef (patch)
tree0e19ecd1c949e866bf880fc11150e62846c906c6
parentb187bfcfa47480a9eceddebbacdd0ea8596171db (diff)
downloadaur-0d9223b95081e42e962364d1f23ed12ca7eb82ef.tar.gz
python2-mynt: set versions for dependencies
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9c743bb9165..93631e037297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=python2-mynt
pkgver=0.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="A static site generator designed to give you all the features of a CMS."
arch=('any')
url="http://mynt.mirroredwhite.com/"
license=('BSD')
-depends=('python2>=2.7' 'python2-houdinipy' 'python2-jinja' 'python2-misaka'
- 'python2-pygments' 'python2-watchdog' 'python2-yaml')
+depends=('python2>=2.7' 'python2-houdinipy' 'python2-jinja>=2.7'
+ 'python2-misaka>=1.0.2' 'python2-pygments' 'python2-watchdog'
+ 'python2-yaml')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/m/mynt/mynt-${pkgver}.tar.gz"
'jinja2_version.patch')