# HG changeset patch # User Pascal Bellard # Date 1578399882 -3600 # Node ID db6ba24c01e2076aa01d064490e88f34c7933ca0 # Parent 29bbdc1ad8ad31ad5540def96f9daac803feb77d bzlib, libbfd: fix version diff -r 29bbdc1ad8ad -r db6ba24c01e2 antimicro/receipt --- a/antimicro/receipt Tue Jan 07 13:23:33 2020 +0100 +++ b/antimicro/receipt Tue Jan 07 13:24:42 2020 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://github.com/AntiMicro/antimicro" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/AntiMicro/$PACKAGE/archive/$VERSION/$TARBALL" +WGET_URL="https://github.com/AntiMicro/$PACKAGE/archive/$VERSION/$TARBALL" DEPENDS="libQtCore libQtGui libsdl2 libxcb xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst" diff -r 29bbdc1ad8ad -r db6ba24c01e2 bluez-alsa/receipt --- a/bluez-alsa/receipt Tue Jan 07 13:23:33 2020 +0100 +++ b/bluez-alsa/receipt Tue Jan 07 13:24:42 2020 +0100 @@ -21,7 +21,7 @@ # Rules to configure and make the package. compile_rules() { - { + mkdir m4 2> /dev/null autoreconf --install && mkdir build && cd build && @@ -31,7 +31,6 @@ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install - } 2>&1 | sed 's/: No such/: no such/' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 29bbdc1ad8ad -r db6ba24c01e2 bzlib/receipt --- a/bzlib/receipt Tue Jan 07 13:23:33 2020 +0100 +++ b/bzlib/receipt Tue Jan 07 13:24:42 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bzlib" -VERSION="1.0.6" +VERSION="1.0.8" CATEGORY="utilities" SHORT_DESC="High-quality data compressor libraries." MAINTAINER="pascal.bellard@slitaz.org" diff -r 29bbdc1ad8ad -r db6ba24c01e2 libbfd/receipt --- a/libbfd/receipt Tue Jan 07 13:23:33 2020 +0100 +++ b/libbfd/receipt Tue Jan 07 13:24:42 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libbfd" -VERSION="2.25" +VERSION="2.33.1" CATEGORY="system-tools" SHORT_DESC="Binary File Descriptor library" MAINTAINER="erjo@slitaz.org"