diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-01 17:08:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-01 17:08:26 (GMT) |
commit | 62ccbb68a510c20c16cc9855684a13b28b043a35 (patch) | |
tree | 50ea72c074aa35a1b0d7ee0c0e8a6c8cb2b1de82 | |
parent | 07b467c2bcad716b35da54a0e445286984c7f3d2 (diff) | |
download | linhes_pkgbuild-62ccbb68a510c20c16cc9855684a13b28b043a35.zip linhes_pkgbuild-62ccbb68a510c20c16cc9855684a13b28b043a35.tar.gz linhes_pkgbuild-62ccbb68a510c20c16cc9855684a13b28b043a35.tar.bz2 |
python-chardet: rebuild to include py3
-rw-r--r-- | abs/core/python_modules/python-chardet/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core/python_modules/python-chardet/__changelog | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/abs/core/python_modules/python-chardet/PKGBUILD b/abs/core/python_modules/python-chardet/PKGBUILD index 13bc9fa..6b6332d 100644 --- a/abs/core/python_modules/python-chardet/PKGBUILD +++ b/abs/core/python_modules/python-chardet/PKGBUILD @@ -4,13 +4,13 @@ # Contributor: William Rea <sillywilly@gmail.com> pkgbase=python-chardet -pkgname=('python2-chardet') +pkgname=('python-chardet' 'python2-chardet') pkgver=3.0.4 -pkgrel=1 +pkgrel=2 arch=('any') url="https://github.com/chardet/chardet" license=('LGPL') -makedepends=('python2-setuptools') +makedepends=('python-setuptools' 'python2-setuptools') source=("https://pypi.io/packages/source/c/chardet/chardet-${pkgver}.tar.gz") sha512sums=('61a03b23447a2bfe52ceed4dd1b9afdb5784da1933a623776883ee9f297e341f633e27f0ce0230bd5fdc5fdb5382105ab42736a74a417ddeb9f83af57455dba5') diff --git a/abs/core/python_modules/python-chardet/__changelog b/abs/core/python_modules/python-chardet/__changelog deleted file mode 100644 index 4f818ef..0000000 --- a/abs/core/python_modules/python-chardet/__changelog +++ /dev/null @@ -1,2 +0,0 @@ -PKGBUILD: don't build py 3 stuff - |