summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486db39e9d1d..d1bdfefac3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,12 @@ url='https://shellcheck.net'
pkgdesc='Shell script analysis tool (binary release, static)'
license=(AGPL3)
arch=(x86_64 armv6h aarch64)
-conflicts=("${pkgname%-bin}")
-provides=("${pkgname%-bin}")
+conflicts=(
+ "shellcheck"
+ "shellcheck-git"
+ "shellcheck-git-static"
+)
+provides=("shellcheck")
source_x86_64=(https://github.com/koalaman/"${pkgname%-bin}"/releases/download/v"$pkgver"/"${pkgname%-bin}"-v"${pkgver}".linux.x86_64.tar.xz)
source_armv6h=(https://github.com/koalaman/"${pkgname%-bin}"/releases/download/v"$pkgver"/"${pkgname%-bin}"-v"${pkgver}".linux.armv6hf.tar.xz)