summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Kitching2019-02-09 00:23:05 +0000
committerChris Kitching2019-02-09 00:23:05 +0000
commit593f86e5fd4500610f9eebae4ef8a11a0f14987c (patch)
tree31e72e282e442dccc5e27c18bf7bf9c0a01b5a61 /PKGBUILD
parent6e3a332510b6a77bafe6f152f3a479d2630562b2 (diff)
downloadaur-593f86e5fd4500610f9eebae4ef8a11a0f14987c.tar.gz
Verrry late update to 6.0
:D
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6312eeb8f01f..9bf776780afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
pkgname=shellcheck-static
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc="shellcheck, without the 130MB haskell dependencies"
license=("AGPL3")
-arch=("i686" "x86_64")
+arch=("x86_64")
depends=('gmp')
conflicts=("shellcheck")
-provides=("shellcheck=0.4.7")
+provides=("shellcheck=0.6.0")
# The statically-linked binary provided by the developer. See:
# https://github.com/koalaman/shellcheck#installing
-source=("https://storage.googleapis.com/shellcheck/shellcheck-v${pkgver}.linux.x86_64.tar.xz")
-sha256sums=('7d4c073a0342cf39bdb99c32b4749f1c022cf2cffdfb080c12c106aa9d341708')
+source=("https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz")
+sha256sums=('b76c13cd98c41e2239b2d23bda967faba5142650383235ec3614146f52cf920c')
package() {
- cd "${srcdir}/shellcheck-v${pkgver}"
+ cd "${srcdir}/shellcheck-stable"
install -Dt "${pkgdir}/usr/bin" "shellcheck"
install -Dt "${pkgdir}/usr/share/shellcheck" "LICENSE.txt" "README.txt"
}