fix(install): pkgver in file name

Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
Toni Tauro
2021-11-14 10:44:06 +01:00
parent a429dbc67f
commit 6467dfa6ff
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = k0sctl-bin
pkgdesc = A bootstrapping and management tool for k0s clusters.
pkgver = 0.11.4
pkgrel = 2
pkgrel = 3
url = https://github.com/k0sproject/k0sctl
arch = x86_64
license = Apache

View File

@@ -3,7 +3,7 @@
pkgname=k0sctl-bin
pkgver=0.11.4
pkgrel=2
pkgrel=3
pkgdesc="A bootstrapping and management tool for k0s clusters."
arch=('x86_64')
url="https://github.com/k0sproject/k0sctl"
@@ -13,5 +13,5 @@ sha256sums=('a34d49a3bf735fe57590ef8b6c559fc35d02d9de0fefdc3fc4f1192cafa60614')
options=(!strip)
package() {
install -Dm 755 "$srcdir/k0sctl-linux-x64" "$pkgdir/usr/bin/k0sctl"
install -Dm 755 "$srcdir/k0sctl-linux-x64-$pkgver" "$pkgdir/usr/bin/k0sctl"
}