summaryrefslogtreecommitdiff
path: root/python2-breathe/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-07 09:13:57 +0100
committerErich Eckner <git@eckner.net>2019-11-07 09:13:57 +0100
commit17095d4cfb2d2de2e1e841e3c6c4de8ae2403aac (patch)
treef2221a96f93cb2994c29fc8409bacb9781d5aa17 /python2-breathe/PKGBUILD
parent25176ef720a0e4217bced39e2d6827bc010a7dad (diff)
downloadarchlinuxewe-17095d4cfb2d2de2e1e841e3c6c4de8ae2403aac.tar.xz
python2-breathe: save executable under different name
Diffstat (limited to 'python2-breathe/PKGBUILD')
-rw-r--r--python2-breathe/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python2-breathe/PKGBUILD b/python2-breathe/PKGBUILD
index 2f1267537..4c1ddfdd1 100644
--- a/python2-breathe/PKGBUILD
+++ b/python2-breathe/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python2-breathe
pkgver=4.13.1
-pkgrel=1
+pkgrel=2
pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output."
arch=('any')
url="https://breathe.readthedocs.org/en/latest/"
@@ -43,7 +43,7 @@ build() {
package_python2-breathe() {
cd "breathe"
python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
- mv "${pkgdir}/usr/bin/breathe-apidoc" "${pkgdir}/usr/bin/python2-breathe-apidoc"
+ mv "${pkgdir}/usr/bin/python2-breathe-apidoc"{,2}
install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}