summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python2-breathe/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python2-breathe/PKGBUILD b/python2-breathe/PKGBUILD
index 2f126753..4c1ddfdd 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}"
}