summaryrefslogtreecommitdiff
path: root/community/python-cchardet/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-22 15:46:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-22 15:46:48 +0200
commit06dc337f60287526f4db95ce79a2ea506023bffa (patch)
tree1eecfa4a004b96e68b0be4da4b9a9f797f1e633b /community/python-cchardet/PKGBUILD
parentf4e7589d7749be9ccaf3d1db51808ea1ab7c3282 (diff)
parente9509842445d4a99493d1b643ffdafdca62263ae (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/python-mpi4py/PKGBUILD community/python-psutil/PKGBUILD extra/kdepim/PKGBUILD extra/libgtop/PKGBUILD libre/bitlbee-libre/PKGBUILD
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 37d6b426a..6fc5a9444 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' 'mips64el')
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')