From a65e18f86ef2bfa02a01877cba1b3f987c301b20 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 18 Oct 2016 12:38:32 +0000 Subject: [PATCH] community/python-cchardet to 1.1.0-1 --- community/python-cchardet/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/python-cchardet/PKGBUILD b/community/python-cchardet/PKGBUILD index 716a9de34..5410c150d 100644 --- a/community/python-cchardet/PKGBUILD +++ b/community/python-cchardet/PKGBUILD @@ -6,16 +6,16 @@ pkgname=python-cchardet pkgname=(python-cchardet python2-cchardet) -pkgver=1.0.0 -pkgrel=3 +pkgver=1.1.0 +pkgrel=1 pkgdesc="Universal encoding detector faster than chardet." url="http://pypi.python.org/pypi/cchardet/" makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools') license=('MIT') arch=('i686' 'x86_64') -source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz +source=(https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz 0001-Add-AArch64-support.patch) -sha256sums=('98e6dc7ca225abfa7e559a6450404aeb2f5bea0713afd6dd492c1a51cec57e63' +sha256sums=('78de7d602d7a5504e3362e41cf382b2c2187acef6987660b1623bcb3c98eef18' 'bb1d1ecbbfb3e26d529209d6e1a6e741fb1a6fe11869f94e8bd567d080b6dfb8') prepare() {