Date: Wednesday, September 19, 2018 @ 20:36:48
  Author: dvzrv
Revision: 383428

upgpkg: python-tabulate 0.8.2-3

Fixing non-unique executable name (#60129).

Modified:
  python-tabulate/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-19 20:03:52 UTC (rev 383427)
+++ PKGBUILD    2018-09-19 20:36:48 UTC (rev 383428)
@@ -3,7 +3,7 @@
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate";
@@ -60,4 +60,6 @@
     --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # move executable to unique name
+  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
 }

Reply via email to