summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18918b27dcfe..a5a6e8559244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Mantainer: Michael M. Tung <mtung at mat dot upv dot es>
# PKGBUILD generated by pipman
# Python package author: Sergio Correia <sergio.correia@gmail.com>
_pipname=panflute
pkgname=python-$_pipname
pkgver=1.12.5
-pkgrel=1
+pkgrel=2
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
arch=('any')
url="https://github.com/sergiocorreia/$_pipname"
@@ -15,6 +16,7 @@ _pydeps=('click'
'yaml')
depends=('python' "${_pydeps[@]/#/python-}")
makedepends=('python-setuptools')
+replaces=('pandoc-panflute')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sergiocorreia/$_pipname/archive/$pkgver.tar.gz")
sha256sums=('ee62188825f7623eb348e15d2183c6ee51e28cf3f0c87c851e6f09ad7288f78d')