Skip to content
Snippets Groups Projects
Commit 3d4498a3 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

(fixing bin conflict)

parent 9ee6364d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgbase=python-commonmark
pkgname=('python-commonmark' 'python2-commonmark')
pkgver=0.7.4
pkgrel=2
pkgrel=3
pkgdesc='Python parser for the CommonMark Markdown spec'
url='https://pypi.python.org/pypi/CommonMark'
arch=('any')
......@@ -53,6 +53,7 @@ package_python-commonmark() {
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 docs/_build/man/commonmark-py.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
mv "${pkgdir}/usr/bin/cmark"{,-py3}
}
package_python2-commonmark() {
......@@ -64,7 +65,7 @@ package_python2-commonmark() {
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 docs/_build/man/commonmark-py.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
mv "${pkgdir}/usr/bin/cmark"{,2}
mv "${pkgdir}/usr/bin/cmark"{,-py2}
}
# vim: ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment