summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-08 13:07:37 -0600
committercarlwgeorge2017-01-08 13:07:37 -0600
commitff5fb74031dbcd68c6987228384719ff5eee8a3c (patch)
tree92664cc8c4f43b0bea30e76893346bf53f1e82ce
parent91293c12fa5e98972391c9bd90fc58c5aa1190f9 (diff)
downloadaur-ff5fb74031dbcd68c6987228384719ff5eee8a3c.tar.gz
0.0.9-3
* set arch array, since module is compiled * switch to sha256 checksums * use cython directly * use system http-parser * install LICENSE * don't install .c files
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD2
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f351cc87c9..f591c1794c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,24 @@
# Generated by mksrcinfo v8
-# Fri Jan 6 12:22:56 UTC 2017
+# Sun Jan 8 19:07:33 UTC 2017
pkgbase = python-httptools
pkgdesc = Fast HTTP parser
pkgver = 0.0.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/MagicStack/httptools
- arch = any
+ arch = i686
+ arch = x86_64
license = MIT
makedepends = python-setuptools
makedepends = cython
- depends = python
+ makedepends = http-parser
source = https://github.com/MagicStack/httptools/archive/v0.0.9.tar.gz
- md5sums = 7f5c62a9d7fed2cb31887d6068006d83
+ source = 0001-setup.py-Use-Cython-directly.patch
+ source = 0002-use-system-http_parser.patch
+ sha256sums = ce82e03f2d705b1efc03bed5773436f2466de755d2faaf08e902a0f025700053
+ sha256sums = f32dd7a31a858ec52c4ed7559a7dc358fb03702160bf388c7dbd4ad5802524d4
+ sha256sums = 42e9d6041eb5c5fece89596e9ca2b5dc718aceda5892eb3144d0bd849633b10a
pkgname = python-httptools
+ depends = python
+ depends = http-parser
diff --git a/PKGBUILD b/PKGBUILD
index 02d04b04efab..ce497752d85e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-httptools')
pkgver='0.0.9'
-pkgrel=2
+pkgrel=3
pkgdesc='Fast HTTP parser'
arch=('i686' 'x86_64')
url='https://github.com/MagicStack/httptools'