summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParham Alvani2021-07-23 08:20:22 +0430
committerParham Alvani2021-07-23 08:20:22 +0430
commit8437a128f69b839915463be2efc6cdf203ac6a7b (patch)
tree51fa8b68e1413150384528b0c132c2d30863a725 /PKGBUILD
parent3be4ac15f39c4aa3bfeba68eca33b9e00ba4074e (diff)
downloadaur-8437a128f69b839915463be2efc6cdf203ac6a7b.tar.gz
chore: Better Installation Script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abb01471f96c..880b7e4bbc4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,7 @@ arch=(x86_64)
url="https://github.com/openshift/okd"
license=('Apache')
-_pkgver=${pkgver%.*}
-_pkgdate=${pkgver##*okd_}
-
-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//_/-}/openshift-client-linux-${pkgver//_/-}.tar.gz")
sha256sums=('32a3c7ad793c673fdfdbb5ecbc4ef03bfcfd4a59ce3ceef87b05c4b0d31dc5ff')