summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Kitching2018-01-21 19:30:43 +0000
committerChris Kitching2018-01-21 19:30:43 +0000
commit697a29b7f8524fac22f2c0a09a99553bd9704f50 (patch)
tree4c06c7929665c157367879ed76f62d223a8df6fc /PKGBUILD
parent32f84b1a984c09c135da24744bb12a29a788b839 (diff)
downloadaur-697a29b7f8524fac22f2c0a09a99553bd9704f50.tar.gz
Update for 0.4.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aba7dab1994e..539e785a326e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
pkgname=shellcheck-static
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=2
pkgdesc="shellcheck, without the 130MB haskell dependencies"
license=("AGPL3")
arch=("i686" "x86_64")
depends=('gmp')
conflicts=("shellcheck")
-provides=("shellcheck=0.4.6")
+provides=("shellcheck=0.4.7")
+# 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=('fe0a6e94d9cf24b5a46553265846480425067f95f2630317f8fd99bc60a13719')
+sha256sums=('deeea92a4d3a9c5b16ba15210d9c1ab84a2e12e29bf856427700afd896bbdc93')
package() {
cd "${srcdir}/shellcheck-v${pkgver}"