[arch-commits] Commit in python-chardet/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Mon Feb 21 13:23:44 UTC 2011


    Date: Monday, February 21, 2011 @ 08:23:43
  Author: stephane
Revision: 110682

upgpkg: python-chardet 2.0.1-4
python 3.2 rebuild

Modified:
  python-chardet/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-21 13:19:25 UTC (rev 110681)
+++ PKGBUILD	2011-02-21 13:23:43 UTC (rev 110682)
@@ -4,7 +4,7 @@
 pkgbase=python-chardet
 pkgname=('python-chardet' 'python2-chardet')
 pkgver=2.0.1
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="http://chardet.feedparser.org"
 license=('LGPL')
@@ -15,7 +15,7 @@
             '2b9a1e6a4e719ae3a3e19ccfe0b88cf2c74f3083c36ecac7451a64428a60a1af')
 
 package_python-chardet() {
-   depends=('python>=3.1.3')
+   depends=('python>=3.2')
    pkgdesc="Python3 module for character encoding auto-detection"
    cd "${srcdir}/python3-chardet-${pkgver}"
    python setup.py install --root="${pkgdir}" --optimize=1




More information about the arch-commits mailing list