From d7931d7c2944ed739cfd7f978bc49ef0449ba00e Mon Sep 17 00:00:00 2001
From: Alessio Sergi <al3hex@gmail.com>
Date: Wed, 29 Jul 2015 02:12:56 +0200
Subject: [PATCH] checkbashisms: update to 2.15.6

---
 srcpkgs/checkbashisms/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/checkbashisms/template b/srcpkgs/checkbashisms/template
index 1655052237a..ff82c63e75b 100644
--- a/srcpkgs/checkbashisms/template
+++ b/srcpkgs/checkbashisms/template
@@ -1,17 +1,16 @@
 # Template file for 'checkbashisms'
 pkgname=checkbashisms
-version=2.15.5
+version=2.15.6
 revision=1
 noarch=yes
-hostmakedepends="git"
+wrksrc="devscripts-${version}"
 depends="perl"
 short_desc="Debian script that checks for bash-isms"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-license="GPL-2"
 homepage="https://tracker.debian.org/pkg/devscripts"
-distfiles="$DEBIAN_SITE/main/d/devscripts/devscripts_$version.tar.xz"
-checksum=19b9fdd343178370c2d0fc17a5aa2327126b0f5da8ca967f75445dbdd4f63c73
-wrksrc="devscripts-$version"
+license="GPL-2"
+distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
+checksum=e4ecc4254fe250d718065353c6533486fd6aeee9c9fb36eb53d29842d8580326
 
 pre_install() {
 	sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl