aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b30b9c7dfc0a..1ce3680fda0d 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=12
+pkgrel=13
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,6 @@ makedepends=('go')
optdepends=('zfs-dkms: zfs support')
provides=('openshift')
conflicts=('openshift')
-install=install.sh
if [[ $CARCH == 'x86_64' ]]; then
source=("https://github.com/openshift/origin/archive/release-3.6.zip")
sha256sums=('SKIP')