aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/checkbashisms/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/checkbashisms/APKBUILD b/main/checkbashisms/APKBUILD
index 5ade783c26..3366e64da6 100644
--- a/main/checkbashisms/APKBUILD
+++ b/main/checkbashisms/APKBUILD
@@ -1,11 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=checkbashisms
pkgver=2.0.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Basic checks on shell scripts for the presence of non portable syntax"
url="http://sourceforge.net/projects/checkbaskisms/"
arch="noarch"
license="GPL2"
+options="!check" # No test suite.
depends="perl"
source="http://downloads.sourceforge.net/project/checkbaskisms/$pkgver/checkbashisms"