summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdraw2018-11-22 17:12:36 +0100
committermdraw2018-11-22 17:12:36 +0100
commit18037d8b2f1cf2c7dea8f5ad5552c6f8ae7cf65b (patch)
tree895aa0665294aeadd315977d9397f0bfcc731ac8
parentff5fb74031dbcd68c6987228384719ff5eee8a3c (diff)
downloadaur-18037d8b2f1cf2c7dea8f5ad5552c6f8ae7cf65b.tar.gz
Update to 0.0.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f591c1794c9a..ea62268e6207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 8 19:07:33 UTC 2017
+# Thu Nov 22 16:12:10 UTC 2018
pkgbase = python-httptools
pkgdesc = Fast HTTP parser
- pkgver = 0.0.9
- pkgrel = 3
+ pkgver = 0.0.11
+ pkgrel = 1
url = https://github.com/MagicStack/httptools
arch = i686
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = python-httptools
makedepends = python-setuptools
makedepends = cython
makedepends = http-parser
- source = https://github.com/MagicStack/httptools/archive/v0.0.9.tar.gz
+ source = https://github.com/MagicStack/httptools/archive/v0.0.11.tar.gz
source = 0001-setup.py-Use-Cython-directly.patch
source = 0002-use-system-http_parser.patch
- sha256sums = ce82e03f2d705b1efc03bed5773436f2466de755d2faaf08e902a0f025700053
+ sha256sums = 23a03747de13c060deb52f97ee0f62b21d5cf8c772fe73d5652978ea6130b2df
sha256sums = f32dd7a31a858ec52c4ed7559a7dc358fb03702160bf388c7dbd4ad5802524d4
sha256sums = 42e9d6041eb5c5fece89596e9ca2b5dc718aceda5892eb3144d0bd849633b10a
diff --git a/PKGBUILD b/PKGBUILD
index ce497752d85e..a523d342b2d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: mdraw.gh at gmail dot com
pkgname=('python-httptools')
-pkgver='0.0.9'
-pkgrel=3
+pkgver='0.0.11'
+pkgrel=1
pkgdesc='Fast HTTP parser'
arch=('i686' 'x86_64')
url='https://github.com/MagicStack/httptools'
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'cython' 'http-parser')
source=("https://github.com/MagicStack/httptools/archive/v${pkgver}.tar.gz"
'0001-setup.py-Use-Cython-directly.patch'
'0002-use-system-http_parser.patch')
-sha256sums=('ce82e03f2d705b1efc03bed5773436f2466de755d2faaf08e902a0f025700053'
+sha256sums=('23a03747de13c060deb52f97ee0f62b21d5cf8c772fe73d5652978ea6130b2df'
'f32dd7a31a858ec52c4ed7559a7dc358fb03702160bf388c7dbd4ad5802524d4'
'42e9d6041eb5c5fece89596e9ca2b5dc718aceda5892eb3144d0bd849633b10a')