summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-24 11:18:48 +0300
committerCaleb Maclennan2020-02-24 11:18:48 +0300
commit4c69ac99c167df4dfeb5973307fd322eaa464ce6 (patch)
tree92b07c0ffcbe9dce538a45d40a5fe97072a36769
parent5edf77f30d7420e0037de5fe8420c6ed9d571ccc (diff)
downloadaur-4c69ac99c167df4dfeb5973307fd322eaa464ce6.tar.gz
Add replaces for merged package name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba66e4ead687..b1653ac4f8f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-panflute
pkgdesc = A Pythonic alternative to John MacFarlane’s pandocfilters
pkgver = 1.12.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sergiocorreia/panflute
arch = any
license = BSD
@@ -10,6 +10,7 @@ pkgbase = python-panflute
depends = python-click
depends = python-shutilwhich
depends = python-yaml
+ replaces = pandoc-panflute
source = python-panflute-1.12.5.tar.gz::https://github.com/sergiocorreia/panflute/archive/1.12.5.tar.gz
sha256sums = ee62188825f7623eb348e15d2183c6ee51e28cf3f0c87c851e6f09ad7288f78d
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')