checkbashisms: update to 2.18.3.

Closes #14690.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-24 13:24:50 -03:00 committed by Enno Boland
parent 37cc60bf80
commit b220548e44
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'checkbashisms'
pkgname=checkbashisms
version=2.18.2
version=2.18.3
revision=1
noarch=yes
wrksrc="devscripts-${version}"
@ -8,17 +8,19 @@ checkdepends="shunit2 perl"
depends="perl"
short_desc="Debian script that checks for bash-isms"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://tracker.debian.org/pkg/devscripts"
license="GPL-2.0-or-later"
homepage="https://tracker.debian.org/pkg/devscripts"
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
checksum=645b5814be7a9d1f4f3df1931f6d9c645e1fd75071ddafabd798f9459277d435
checksum=b6d683d3630b63c45186ece5ccd7729a7055ddcc0fbe91e09ec196e8bf82b0c4
pre_install() {
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
}
do_check() {
./test/test_checkbashisms
}
do_install() {
vbin scripts/checkbashisms.pl checkbashisms
vman scripts/checkbashisms.1