axel: update to 2.5+git20160320.625aa0c

Use a revbump for the patched version.
This commit is contained in:
Jürgen Buchmüller 2016-03-21 07:50:17 +01:00
parent 2a3e677f1b
commit 7f19dc3fdf
1 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'axel' # Template file for 'axel'
pkgname=axel pkgname=axel
version=2.5 version=2.5
revision=1 _patch=+git20160320.625aa0c
revision=2
wrksrc=${pkgname}-${version}${_patch}
build_style=gnu-configure build_style=gnu-configure
conf_files=/etc/axelrc conf_files=/etc/axelrc
short_desc="Download accelerator for FTP and HTTP" short_desc="Download accelerator for FTP and HTTP"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>" maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2" license="GPL-2"
homepage="https://axel.alioth.debian.org/" homepage="https://axel.alioth.debian.org/"
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz" distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}${_patch}.orig.tar.gz"
checksum="02376767e7f9e6c4292333e69ad0f615f62be5df176a8daaee395f25b0ab1a83" checksum="101f2d6578cbfc1e2767f235357bf3ce78c1655fd6dd4d90f5604a9e3a43c559"
post_configure() { post_install() {
# Fix Makefile so our $CFLAGS are used vinstall doc/axelrc.example 644 etc axelrc
sed -i Makefile.settings -e 's; -Os;;' -e 's;CFLAGS=;CFLAGS+=;'
} }