summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2020-11-16 15:02:41 +0100
committerChris Werner Rau2020-11-16 15:02:41 +0100
commit629c1a9367e608bb1fd6ed133f4614287db2273b (patch)
tree016b1dd99cfbc641aebb323ef3d318af81721ffd
parentaf95ba0da0e2f21a1faec95ffa5847e3cbd2d9ef (diff)
downloadaur-629c1a9367e608bb1fd6ed133f4614287db2273b.tar.gz
Make source filename unique
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fca74788ca..dcc486a151b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kube-linter-bin
pkgdesc = KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
pkgver = 0.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stackrox/kube-linter
arch = x86_64
license = APACHE
conflicts = kube-linter
conflicts = kube-linter-git
- source = https://github.com/stackrox/kube-linter/releases/download/0.1.3/kube-linter-linux.tar.gz
+ source = kube-linter-0.1.3.tar.gz::https://github.com/stackrox/kube-linter/releases/download/0.1.3/kube-linter-linux.tar.gz
sha512sums = a714d71eef7c5b544afd9021593ddf1e82996f864a81bdf2a152958f45355ce366af25feaa2556b6e82cf616ed8c5ccb690f0f14498a89e6587eba0ba1c5345c
pkgname = kube-linter-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc8e592c599b..70194968a3a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=kube-linter
pkgname=$_pkgname-bin
pkgver=0.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices."
url="https://github.com/stackrox/$_pkgname"
license=('APACHE')
-source=("$url/releases/download/$pkgver/$_pkgname-linux.tar.gz")
+source=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname-linux.tar.gz")
arch=('x86_64')
sha512sums=('a714d71eef7c5b544afd9021593ddf1e82996f864a81bdf2a152958f45355ce366af25feaa2556b6e82cf616ed8c5ccb690f0f14498a89e6587eba0ba1c5345c')
conflicts=("$_pkgname" "${_pkgname}-git")