summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParham Alvani2021-07-23 08:06:38 +0430
committerParham Alvani2021-07-23 08:06:38 +0430
commit22a8ced3948fb57832f508a362205c690f7058be (patch)
tree358dee568bd7ef514786a86ce9c90f28cac2ac71 /PKGBUILD
parentc1df945bad202dd768ba005aaf8075a32f756cb6 (diff)
downloadaur-22a8ced3948fb57832f508a362205c690f7058be.tar.gz
fix: Correct Custom Variable Name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cff0dc9cb0d9..199ad9bb71cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=(x86_64)
url="https://github.com/openshift/okd"
license=('Apache')
-pkgdate="2021-07-03-190901"
+_pkgdate="2021-07-03-190901"
-source=("https://github.com/openshift/okd/releases/download/${pkgver//_/-}.okd-${pkgdate}/openshift-client-linux-${pkgver//_/-}.okd-${pkgdate}.tar.gz")
+source=("https://github.com/openshift/okd/releases/download/${pkgver//_/-}.okd-${_pkgdate}/openshift-client-linux-${pkgver//_/-}.okd-${_pkgdate}.tar.gz")
sha256sums=('32a3c7ad793c673fdfdbb5ecbc4ef03bfcfd4a59ce3ceef87b05c4b0d31dc5ff')