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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Apr 27 07:29:01 UTC 2017


    Date: Thursday, April 27, 2017 @ 07:29:00
  Author: mtorromeo
Revision: 225931

upgpkg: python-cchardet 2.0.1-1

Modified:
  python-cchardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-27 07:27:08 UTC (rev 225930)
+++ PKGBUILD	2017-04-27 07:29:00 UTC (rev 225931)
@@ -3,7 +3,7 @@
 
 pkgname=python-cchardet
 pkgname=(python-cchardet python2-cchardet)
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Universal encoding detector faster than chardet."
 url="http://pypi.python.org/pypi/cchardet/"
@@ -11,7 +11,7 @@
 license=('MIT')
 arch=('i686' 'x86_64')
 source=(https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz)
-sha256sums=('9028658dc69c87735f4af81e800a96418f88092a49123e5fc517adc03e130d6f')
+sha256sums=('926173277d3d5dbf1bcf24996a013533ac9b298ba79fb307ce1a4a4cbda67571')
 
 build() {
     cd "$srcdir/cchardet-$pkgver"
@@ -39,4 +39,3 @@
     rm -rf build; ln -s ../buildpy2 build
     python2 setup.py install --skip-build -O1 --root="$pkgdir"
 }
-



More information about the arch-commits mailing list