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

Felix Yan felixonmars at archlinux.org
Mon Sep 12 08:53:03 UTC 2016


    Date: Monday, September 12, 2016 @ 08:53:03
  Author: felixonmars
Revision: 276191

upgpkg: python-pyparsing 2.1.9-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-12 08:48:52 UTC (rev 276190)
+++ PKGBUILD	2016-09-12 08:53:03 UTC (rev 276191)
@@ -8,7 +8,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.1.8
+pkgver=2.1.9
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -20,6 +20,9 @@
 
 prepare() {
   cp -a pyparsing_$pkgver{,-py2}
+
+  # :/
+  sed -i '1i#coding=utf-8' pyparsing_$pkgver-py2/src/unitTests.py
 }
 
 build() {



More information about the arch-commits mailing list