[arch-commits] Commit in python-cheroot/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Fri May 18 14:42:06 UTC 2018


    Date: Friday, May 18, 2018 @ 14:42:06
  Author: foxxx0
Revision: 324282

upgpkg: python-cheroot 6.3.0-2

fix conflicting files (FS#58653)

Modified:
  python-cheroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 14:16:01 UTC (rev 324281)
+++ PKGBUILD	2018-05-18 14:42:06 UTC (rev 324282)
@@ -6,7 +6,7 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=6.3.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://github.com/cherrypy/cheroot"
 license=('MIT')
@@ -50,6 +50,8 @@
   # for now the LICENSE file has been taken from:
   # https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
   install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/cheroot" "${pkgdir}/usr/bin/cheroot2"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list