summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 69907adb6d07..5de36738dc18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
*.tar.gz
-*.tar.zst \ No newline at end of file
+*.tar.gz.part
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 9d8bcacf0c31..b0785493404f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/openshift/oc"
license=("Apache")
depends=()
-source=("https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${pkgver}/openshift-client-linux.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${pkgver}/openshift-client-linux.tar.gz")
sha256sums=('e52795752079527824f7deae88996045ac67e7078eb4331a0793deae7d6500b7')