From d55ae7b7a6de1cd326d9696417d7eeb8660dd7f4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 12 Jun 2018 04:12:35 +0000 Subject: [PATCH] community/python-setuptools-markdown to 0.2-2.1 --- community/python-setuptools-markdown/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/python-setuptools-markdown/PKGBUILD b/community/python-setuptools-markdown/PKGBUILD index 33679394a..0c1cd46d8 100644 --- a/community/python-setuptools-markdown/PKGBUILD +++ b/community/python-setuptools-markdown/PKGBUILD @@ -3,11 +3,12 @@ # ALARM: Kevin Mihelich # - removed makedepends on python-pypandoc and python2-pypandoc +# - removed depends on those in the packages pkgbase=python-setuptools-markdown pkgname=(python-setuptools-markdown python2-setuptools-markdown) pkgver=0.2 -pkgrel=2 +pkgrel=2.1 pkgdesc="Use Markdown for your project description" arch=('any') url="https://github.com/msabramo/setuptools-markdown" @@ -29,14 +30,14 @@ build() { } package_python-setuptools-markdown() { - depends=('python-setuptools' 'python-pypandoc') + depends=('python-setuptools') cd "${srcdir}/setuptools-markdown" python setup.py install --root "$pkgdir" } package_python2-setuptools-markdown() { - depends=('python2-setuptools' 'python2-pypandoc') + depends=('python2-setuptools') cd "${srcdir}/setuptools-markdown-py2" python2 setup.py install --root "$pkgdir"