wok diff pbzip2/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 8dd8bab3f0ca
children 425563100416
line diff
     1.1 --- a/pbzip2/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/pbzip2/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -7,8 +7,8 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="BSD"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://compression.ca"
     1.8  WEB_SITE="https://web.archive.org/web/20180324210720/http://compression.ca/pbzip2/"
     1.9 +WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.10  
    1.11  DEPENDS="bzlib"
    1.12  BUILD_DEPENDS="bzip2-dev wget"