summaryrefslogtreecommitdiff
path: root/community/python-cchardet
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-21 02:15:21 -0700
committerroot <root@rshg054.dnsready.net>2013-08-21 02:15:21 -0700
commit62b00d5bf76ef2c670dbeefe2051629d96ab7660 (patch)
treef04db1df7254ec8354311c9024cfd53a90fc6a79 /community/python-cchardet
parent1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff)
Wed Aug 21 02:13:52 PDT 2013
Diffstat (limited to 'community/python-cchardet')
-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')