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

Thore Bödecker foxxx0 at archlinux.org
Thu Oct 5 11:35:57 UTC 2017


    Date: Thursday, October 5, 2017 @ 11:35:56
  Author: foxxx0
Revision: 261679

upgpkg: python-pecan 1.2.1-3

re-add stuff, fix typo

Modified:
  python-pecan/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 11:33:16 UTC (rev 261678)
+++ PKGBUILD	2017-10-05 11:35:56 UTC (rev 261679)
@@ -4,7 +4,7 @@
 pkgname=('python2-pecan' 'python-pecan')
 pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.'
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
@@ -18,7 +18,7 @@
 
   # fix manpage build
   sed -i '/^dist = /d' docs/source/conf.py
-  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'" docs/source/conf.py
+  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" docs/source/conf.py
 
   # run tests only on platforms we support on Arch Linux
   # upstream currently ships no tests for python3.6, only 3.5 and older 3.X



More information about the arch-commits mailing list