[arch-commits] Commit in python-h2/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Mar 23 15:17:11 UTC 2016
Date: Wednesday, March 23, 2016 @ 16:17:11
Author: fyan
Revision: 168127
upgpkg: python-h2 2.2.0-1
Modified:
python-h2/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-23 15:02:04 UTC (rev 168126)
+++ PKGBUILD 2016-03-23 15:17:11 UTC (rev 168127)
@@ -3,7 +3,7 @@
pkgbase=python-h2
pkgname=('python-h2' 'python2-h2')
-pkgver=2.1.3
+pkgver=2.2.0
pkgrel=1
pkgdesc="HTTP/2 State-Machine based protocol implementation"
arch=('any')
@@ -18,6 +18,8 @@
prepare() {
cp -a hyper-h2{,-py2}
+
+ export LC_CTYPE=en_US.UTF-8
}
build() {
More information about the arch-commits
mailing list