aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Marolt2017-09-26 08:43:18 +0200
committerAndrej Marolt2017-09-26 08:44:16 +0200
commit9a3a1f609895ccc1f673455c35a28eb3035e4eb6 (patch)
treef1e0c8a3db3f92da21ef8ba7b78e3b1acea4a440 /PKGBUILD
parent18d855fb474192fe0173709d6eab0f8ab0469901 (diff)
downloadaur-9a3a1f609895ccc1f673455c35a28eb3035e4eb6.tar.gz
Switch to branch release-3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e95eb3157f8d..0ad8afd3c691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrej Marolt <andrej.marolt@gmail.com>
pkgname=openshift-origin-git
pkgver=1.0.0
-pkgrel=6
+pkgrel=7
pkgdesc="OpenShift Origin is a platform for developing, building, and deploying containerized applications. See https://docs.openshift.org/latest for more on running OpenShift Origin."
arch=(x86_64)
url="https://github.com/openshift/origin"
@@ -11,7 +11,7 @@ makedepends=('go')
optdepends=('zfs-dkms: zfs support')
install=install.sh
if [[ $CARCH == 'x86_64' ]]; then
- source=("https://github.com/openshift/origin/archive/master.zip")
+ source=("https://github.com/openshift/origin/archive/release-3.6.zip")
sha256sums=('SKIP')
fi