summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2020-08-26 16:38:23 +0800
committerChris Kitching2020-08-26 16:38:23 +0800
commit3c35d5112e256d2107b0c611ad8db01e4b29b7e6 (patch)
treeb095cf8b92f0ca81baa5f608c9e02114de1fab7b
parentadf63bb646bcc43d8548f9e60e575fa70a97776f (diff)
downloadaur-3c35d5112e256d2107b0c611ad8db01e4b29b7e6.tar.gz
Adapt to upstream path changes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dbb2cbbfeaa..b0603e39c0d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon May 28 16:12:48 UTC 2018
pkgbase = shellcheck-git-static
pkgdesc = shellcheck-static, but using the latest-commit builds maintained by the author
- pkgver = 0.4.7
+ pkgver = 0.7.1
pkgrel = 1
arch = i686
arch = x86_64
license = AGPL3
depends = gmp
- provides = shellcheck=0.4.7
+ provides = shellcheck=0.7.1
conflicts = shellcheck
- source = https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
+ source = https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz
sha256sums = SKIP
pkgname = shellcheck-git-static
diff --git a/PKGBUILD b/PKGBUILD
index d5eb278d473d..119ecacdca8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=shellcheck-git-static
-pkgver=0.4.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="shellcheck-static, but using the latest-commit builds maintained by the author"
license=("AGPL3")
@@ -9,7 +9,7 @@ conflicts=("shellcheck")
provides=("shellcheck=${pkgver}")
source=(
- "https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz"
+ "https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz"
)
sha256sums=('SKIP')