summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2016-01-05 10:13:45 -0500
committerMiguel de Val-Borro2016-01-05 10:13:45 -0500
commit2c113e438138fc691d23888cbca26db9bfce8e4f (patch)
tree8a98e1af814732b854b84d7bf481a41ba8c17913 /PKGBUILD
parentd9804a1796292010ecbae72ebfd11b39fe369e3f (diff)
downloadaur-2c113e438138fc691d23888cbca26db9bfce8e4f.tar.gz
Add dependency on python2-markdown2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9100b0bb69e..bd6b8f0d870c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=('python-django-markdown-deux' 'python2-django-markdown-deux')
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="A django app that provides Markdown-related template tags"
arch=('any')
url="http://github.com/trentm/django-markdown-deux"
license=('BSD')
-depends=('python-markdown2')
+depends=('python-markdown2' 'python2-markdown2')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://pypi.python.org/packages/source/d/django-markdown-deux/django-markdown-deux-${pkgver}.zip")
md5sums=('6e3016740f3164020ff93882bc7a6cf0')