summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuologic2020-05-08 08:41:05 +0200
committerDuologic2020-05-08 08:41:05 +0200
commitac51dfff15823e73d76e5dad95f777e67e552049 (patch)
tree3638b3f755a02e99fe25285a8549da9c780945b0
parent23b23975122c2acdf96ae7958316669d1e3e2a1e (diff)
downloadaur-ac51dfff15823e73d76e5dad95f777e67e552049.tar.gz
fix(sources): suffix binary with
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7810aea0bc..bf0a5410d51a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tanka-bin
pkgdesc = Flexible, reusable and concise configuration for Kubernetes using Jsonnet
pkgver = 0.10.0
- pkgrel = 0
+ pkgrel = 1
url = https://tanka.dev
arch = x86_64
license = Apache
@@ -10,7 +10,7 @@ pkgbase = tanka-bin
optdepends = jsonnet-bundler-bin: jsonnet package manager
provides = tanka
conflicts = tanka
- source = https://github.com/grafana/tanka/releases/download/v0.10.0/tk-linux-amd64
+ source = tk-0.10.0::https://github.com/grafana/tanka/releases/download/v0.10.0/tk-linux-amd64
sha256sums = ccd80ff442d6bf21a7ae6cbf7031227e3dd4429453385a60ba32e69ef26f16f6
pkgname = tanka-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ae3758f1145..f358efb5b825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=tanka-bin
pkgver=0.10.0
-pkgrel=0
-pkgdesc="Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
+pkgrel=1
+pkgdesc='Flexible, reusable and concise configuration for Kubernetes using Jsonnet'
arch=('x86_64')
-url="https://tanka.dev"
+url='https://tanka.dev'
license=('Apache')
-source=("https://github.com/grafana/tanka/releases/download/v${pkgver}/tk-linux-amd64")
+source=("tk-$pkgver::https://github.com/grafana/tanka/releases/download/v${pkgver}/tk-linux-amd64")
depends=('diffutils' 'kubectl')
optdepends=(