aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2017-11-04 19:09:52 +0100
committerAndrej Marolt2017-11-04 19:09:52 +0100
commit35f6b90a3e2ddeeaab706ae98eaa67b8db36494e (patch)
tree7c29a22f81716d832a29b95abe7bc288846cef52
parent406474bbe62a94648da8f8ed5637568310788e3e (diff)
downloadaur-openshift-origin-git.tar.gz
Upgrade due to upstream release. | Remove custom scripts.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8431bd50361d..85b4c355ab3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = openshift-origin-git
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.
pkgver = 1.0.0
- pkgrel = 12
+ pkgrel = 13
url = https://github.com/openshift/origin
- install = install.sh
arch = x86_64
license = Apache
makedepends = go
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')