Date: Sunday, November 6, 2022 @ 08:18:12
  Author: alucryd
Revision: 1342710

upgpkg: python-httptools 0.5.0-1

Modified:
  python-httptools/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-06 08:10:34 UTC (rev 1342709)
+++ PKGBUILD    2022-11-06 08:18:12 UTC (rev 1342710)
@@ -3,7 +3,7 @@
 
 _pkgname=httptools
 pkgname=python-$_pkgname
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='Fast HTTP parser'
 arch=('x86_64')
@@ -11,11 +11,11 @@
 license=('MIT')
 depends=('python' 'http-parser')
 makedepends=('git' 'python-setuptools' 'python-wheel' 'cython')
-_tag=34034ec32b895cc630468e7f10804f8889221954
+_tag=7b1b43b4790558ff39a3dd81b72a3793091bcd49
 source=("git+$url#tag=$_tag"
         'git+https://github.com/nodejs/llhttp.git')
-sha512sums=('SKIP'
-            'SKIP')
+b2sums=('SKIP'
+        'SKIP')
 
 prepare() {
   cd $_pkgname
@@ -25,6 +25,8 @@
 
   git rm vendor/http-parser
 
+  git config --global protocol.file.allow always
+
   git submodule init
   git config submodule.vendor/llhttp.url "$srcdir"/llhttp
   git submodule update
@@ -46,4 +48,4 @@
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Reply via email to