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

Felix Yan felixonmars at archlinux.org
Sat Feb 18 08:06:50 UTC 2017


    Date: Saturday, February 18, 2017 @ 08:06:49
  Author: felixonmars
Revision: 289130

upgpkg: python-chardet 2.3.0-4

Modified:
  python-chardet/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-17 23:37:40 UTC (rev 289129)
+++ PKGBUILD	2017-02-18 08:06:49 UTC (rev 289130)
@@ -6,7 +6,7 @@
 pkgbase=python-chardet
 pkgname=('python-chardet' 'python2-chardet')
 pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://github.com/chardet/chardet"
 license=('LGPL')
@@ -19,7 +19,7 @@
 }
 
 package_python-chardet() {
-   depends=('python')
+   depends=('python-setuptools')
    pkgdesc="Python3 module for character encoding auto-detection"
 
    cd chardet-${pkgver}
@@ -27,7 +27,7 @@
 }
 
 package_python2-chardet() {
-   depends=('python2')
+   depends=('python2-setuptools')
    pkgdesc="Python2 module for character encoding auto-detection"
 
    cd python2-chardet-${pkgver}



More information about the arch-commits mailing list