mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/py-chardet: upgrade to 3.0.4
This commit is contained in:
parent
46f2f68c9b
commit
4cc10d201f
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
_pkgname=chardet
|
||||
pkgname=py-$_pkgname
|
||||
pkgver=3.0.3
|
||||
pkgver=3.0.4
|
||||
pkgrel=0
|
||||
pkgdesc="The Universal Character Encoding Detector"
|
||||
url="https://github.com/chardet/chardet/"
|
||||
@ -16,8 +16,8 @@ builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build || return 1
|
||||
python3 setup.py build || return 1
|
||||
python2 setup.py build
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -43,4 +43,4 @@ _py() {
|
||||
$python setup.py install --prefix=/usr --root="$subpkgdir" --optimize=1
|
||||
}
|
||||
|
||||
sha512sums="cd9c24dc451908a91e814dd935641a53def46578341bde6a2635bf4fe3c1581340914a775c358e39a8b17259c5231e573a04e9e9c1be14331c6c765ccf35c723 chardet-3.0.3.tar.gz"
|
||||
sha512sums="61a03b23447a2bfe52ceed4dd1b9afdb5784da1933a623776883ee9f297e341f633e27f0ce0230bd5fdc5fdb5382105ab42736a74a417ddeb9f83af57455dba5 chardet-3.0.4.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user