summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorgeRaven2021-05-31 15:27:52 +0100
committerGeorgeRaven2021-05-31 15:27:52 +0100
commitff0994ca0e183b9b58f0e2896212bc2cf7df0554 (patch)
tree248feb8917a4c8945143c87568926aeae1b3d346 /PKGBUILD
parent44764ead0e48fe1dd3921e0dbdef20f89d537e46 (diff)
downloadaur-ff0994ca0e183b9b58f0e2896212bc2cf7df0554.tar.gz
Fixed provide version and unused var
Provide version was not being properly substituted due to single quotes instead of doublequotes. Removed remnant of unused var in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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=()