summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2018-01-21 19:30:43 +0000
committerChris Kitching2018-01-21 19:30:43 +0000
commit697a29b7f8524fac22f2c0a09a99553bd9704f50 (patch)
tree4c06c7929665c157367879ed76f62d223a8df6fc
parent32f84b1a984c09c135da24744bb12a29a788b839 (diff)
downloadaur-697a29b7f8524fac22f2c0a09a99553bd9704f50.tar.gz
Update for 0.4.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 991cd53347ed..5f394f110eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 00:46:50 UTC 2017
+# Sun Jan 21 19:30:40 UTC 2018
pkgbase = shellcheck-static
pkgdesc = shellcheck, without the 130MB haskell dependencies
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 2
arch = i686
arch = x86_64
license = AGPL3
depends = gmp
- provides = shellcheck=0.4.6
+ provides = shellcheck=0.4.7
conflicts = shellcheck
- source = https://storage.googleapis.com/shellcheck/shellcheck-v0.4.6.linux.x86_64.tar.xz
- sha256sums = fe0a6e94d9cf24b5a46553265846480425067f95f2630317f8fd99bc60a13719
+ source = https://storage.googleapis.com/shellcheck/shellcheck-v0.4.7.linux.x86_64.tar.xz
+ sha256sums = deeea92a4d3a9c5b16ba15210d9c1ab84a2e12e29bf856427700afd896bbdc93
pkgname = shellcheck-static
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}"