Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5361755e138454866a5d8b94ce436b47aedeec12
commit 5361755e138454866a5d8b94ce436b47aedeec12 Author: DeX77 <[email protected]> Date: Thu Jul 6 13:39:18 2017 +0200 chardet3-3.0.4-2-x86_64 * replace python-chardet and chardet packages diff --git a/source/apps-extra/chardet3/FrugalBuild b/source/apps-extra/chardet3/FrugalBuild index c399297..ebdec96 100644 --- a/source/apps-extra/chardet3/FrugalBuild +++ b/source/apps-extra/chardet3/FrugalBuild @@ -3,7 +3,7 @@ pkgname=chardet3 pkgver=3.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Character encoding auto-detection in Python 2" url="https://github.com/byroot/chardet" depends=("python") @@ -14,6 +14,10 @@ _F_pypi_name="chardet" Finclude pypi sha1sums=('4766fb07e700945a7085d073257f1f320d037ce8') +replaces=("chardet" "python-chardet") +provides=("${replaces[@]}") +conflicts=("${replaces[@]}") + build() { Fcd $_F_archive_name-$pkgver _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
