summaryrefslogtreecommitdiff
path: root/community/python-cchardet
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
commitdef73efccccb818d214cb818e8b4de8385444a43 (patch)
tree89db423b051ce9f971b6f7386ada2a3573b6e3b7 /community/python-cchardet
parenteb411a7c7cc929ada01019bd4c306116ce385693 (diff)
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'community/python-cchardet')
-rw-r--r--community/python-cchardet/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/python-cchardet/PKGBUILD b/community/python-cchardet/PKGBUILD
index 9c9267c91..3584e9736 100644
--- a/community/python-cchardet/PKGBUILD
+++ b/community/python-cchardet/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 96112 2013-08-20 06:32:47Z lcarlier $
+# $Id: PKGBUILD 108434 2014-03-27 14:47:39Z fyan $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-cchardet
pkgname=(python-cchardet python2-cchardet)
pkgver=0.3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Universal encoding detector faster than chardet."
url="http://pypi.python.org/pypi/cchardet/"
makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
@@ -33,7 +33,6 @@ package() {
package_python-cchardet() {
depends=(python)
-
cd "$srcdir/cchardet-$pkgver"
rm -rf build; ln -s ../buildpy3 build
python setup.py install --skip-build -O1 --root="$pkgdir"