diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 13:17:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 15:38:03 +0000 |
commit | d95e2bc8267a24b585856b23e7819fc365dda981 (patch) | |
tree | 0a213236501459fd769ff6b7ef92d69801743ddb /community/shellcheck | |
parent | 61de204159af1b0727f2330cb0c6e6749913660b (diff) | |
download | aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.bz2 aports-d95e2bc8267a24b585856b23e7819fc365dda981.tar.xz |
{main,community,testing}/*: rebuild against libffi.so.7
Diffstat (limited to 'community/shellcheck')
-rw-r--r-- | community/shellcheck/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/shellcheck/APKBUILD b/community/shellcheck/APKBUILD index dc2b4bde95..2a05f2b8ae 100644 --- a/community/shellcheck/APKBUILD +++ b/community/shellcheck/APKBUILD @@ -5,6 +5,8 @@ pkgrel=1 pkgdesc="a static analysis tool for shell scripts" url="https://github.com/koalaman/shellcheck" arch="x86_64" # Limited by GHC / Cabal +# Fails to build shellcheck.1 +arch="" license="GPL-3.0" makedepends="cabal ghc" subpackages="$pkgname-doc" |