summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00348ef3648c..eeb0a4b640da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = cni-bin
arch = armv7h
arch = armv7l
license = apache
- provides = cni=$pkgver
+ provides = cni=0.9.1
conflicts = cni
source = cni-bin-0.9.1::https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-linux-amd64-v0.9.1.tgz
sha256sums = 962100bbc4baeaaa5748cdbfce941f756b1531c2eadb290129401498bfac21e7
diff --git a/PKGBUILD b/PKGBUILD
index 3a1aff23f12d..cbd6a1c562a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ arch=('x86_64' 'aarch64' 'armv7h' 'armv7l')
url="https://www.cni.dev/"
license=('apache')
conflicts=('cni')
-provides=('cni=$pkgver')
-_kubectl_file=kubectl-$pkgver
+provides=("cni=${pkgver}")
source=()
sha256sums=()