summaryrefslogtreecommitdiff
path: root/community/python-cchardet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-cchardet/PKGBUILD')
-rw-r--r--community/python-cchardet/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-cchardet/PKGBUILD b/community/python-cchardet/PKGBUILD
index 839d69e74..9c9267c91 100644
--- a/community/python-cchardet/PKGBUILD
+++ b/community/python-cchardet/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 90632 2013-05-13 12:37:47Z mtorromeo $
+# $Id: PKGBUILD 96112 2013-08-20 06:32:47Z lcarlier $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-cchardet
pkgname=(python-cchardet python2-cchardet)
-pkgver=0.3.3
+pkgver=0.3.5
pkgrel=1
pkgdesc="Universal encoding detector faster than chardet."
url="http://pypi.python.org/pypi/cchardet/"
-makedepends=('cython' 'cython2' 'python-distribute' 'python2-distribute')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
license=('MIT')
arch=('i686' 'x86_64')
source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
+sha256sums=('51094c573d248a4908a968e75edd05bab136f10fcc8a70b87c8243b6d45731f8')
build() {
cd "$srcdir/cchardet-$pkgver"
@@ -48,4 +49,3 @@ package_python2-cchardet() {
install -m0644 -D "README.rst" "$pkgdir/usr/share/licenses/$pkgname/README.rst"
}
-sha256sums=('f326245fa9dc1541a3251cbae66ce2fa8d94969a6f6dfb2800e3beb3636cd2b8')