checkbashisms: update to 2.18.3.
Closes #14690. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
37cc60bf80
commit
b220548e44
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'checkbashisms'
|
# Template file for 'checkbashisms'
|
||||||
pkgname=checkbashisms
|
pkgname=checkbashisms
|
||||||
version=2.18.2
|
version=2.18.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="devscripts-${version}"
|
wrksrc="devscripts-${version}"
|
||||||
|
@ -8,17 +8,19 @@ checkdepends="shunit2 perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Debian script that checks for bash-isms"
|
short_desc="Debian script that checks for bash-isms"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://tracker.debian.org/pkg/devscripts"
|
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://tracker.debian.org/pkg/devscripts"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
||||||
checksum=645b5814be7a9d1f4f3df1931f6d9c645e1fd75071ddafabd798f9459277d435
|
checksum=b6d683d3630b63c45186ece5ccd7729a7055ddcc0fbe91e09ec196e8bf82b0c4
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
./test/test_checkbashisms
|
./test/test_checkbashisms
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin scripts/checkbashisms.pl checkbashisms
|
vbin scripts/checkbashisms.pl checkbashisms
|
||||||
vman scripts/checkbashisms.1
|
vman scripts/checkbashisms.1
|
||||||
|
|
Loading…
Reference in New Issue