summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2019-08-04 01:25:17 +0100
committerChris Kitching2019-08-04 01:25:17 +0100
commitba4b6cb56b8a72ee38a4ced5559cfa1657106e1f (patch)
treef95c45a8bcb8b7ec5158563b402364584ab4535e
parent91c35b638bbf973390229597858aa59644e81b62 (diff)
downloadaur-ba4b6cb56b8a72ee38a4ced5559cfa1657106e1f.tar.gz
Remove duplication of pkgver integer from PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377db7f66145..488f09fcc724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 4 00:20:59 UTC 2019
+# Sun Aug 4 00:25:02 UTC 2019
pkgbase = shellcheck-static
pkgdesc = shellcheck, without the 130MB haskell dependencies
pkgver = 0.7.0
@@ -7,7 +7,7 @@ pkgbase = shellcheck-static
arch = x86_64
license = AGPL3
depends = gmp
- provides = shellcheck=0.6.0
+ provides = shellcheck=0.7.0
conflicts = shellcheck
source = https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz
sha256sums = 092f8ece0bb8413c835f4ecc14c9f1157ebb44a36a216e3d617d1048ecdfce1b
diff --git a/PKGBUILD b/PKGBUILD
index f285a91d15aa..ce490613388e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ license=("AGPL3")
arch=("x86_64")
depends=('gmp')
conflicts=("shellcheck")
-provides=("shellcheck=0.6.0")
+provides=("shellcheck=$pkgver")
# The statically-linked binary provided by the developer. See:
# https://github.com/koalaman/shellcheck#installing