summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Schaf2015-12-17 19:02:41 +0100
committerPhil Schaf2015-12-17 19:04:01 +0100
commitfb5b550f221065b91ce6395898f22bf19267f140 (patch)
tree858bf6522d495314972b1203d856bfde2a8fa3ae /PKGBUILD
parentc629846710045d34ec83e872fb9a70ab2147a1e6 (diff)
downloadaur-fb5b550f221065b91ce6395898f22bf19267f140.tar.gz
tweaked dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af4b89ece623..e340096d241b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
_name=aiohttp
pkgname=python-aiohttp
pkgver=0.19.0
-pkgrel=1
+pkgrel=2
pkgdesc='http client/server for asyncio'
arch=('any')
url="http://pypi.python.org/pypi/$_name"
license=('Apache')
-depends=('python>=3.4' 'python-chardet')
-makedepends=('python-setuptools')
-makedepends_i686=('cython')
-makedepends_x86_64=('cython')
+depends=('python>=3.4.1' 'python-chardet')
+optdepends=('python-cchardet: faster character encoding detector')
+makedepends=('cython' 'python-setuptools')
source=("https://pypi.python.org/packages/source/a/$_name/$_name-$pkgver.tar.gz")
md5sums=('f1c56892fc8b1b4f781470c7dd4226eb')