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

Filipe Laíns ffy00 at archlinux.org
Sat May 30 22:14:00 UTC 2020


    Date: Saturday, May 30, 2020 @ 22:13:59
  Author: ffy00
Revision: 637549

upgpkg: python-httptools 0.1.1-2 (add missing pure python files)

Modified:
  python-httptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 22:13:23 UTC (rev 637548)
+++ PKGBUILD	2020-05-30 22:13:59 UTC (rev 637549)
@@ -3,7 +3,7 @@
 _pkgname=httptools
 pkgname=python-$_pkgname
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast HTTP parser'
 arch=('x86_64')
 url='https://github.com/MagicStack/httptools'
@@ -22,7 +22,7 @@
 build() {
   cd $_pkgname-$pkgver
 
-  python setup.py build_ext --use-system-http-parser
+  python setup.py build build_ext --use-system-http-parser
 }
 
 package() {



More information about the arch-commits mailing list