summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7c59196743c..5bf52eef5c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openshift-source-to-image
pkgdesc = A tool for building/building artifacts from source and injecting into docker images
pkgver = 1.1.7
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/openshift/source-to-image
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c3c4cc82b2b6..2f8614cdb571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=openshift-source-to-image
_release=v1.1.7
_commit=226afa1
pkgver=1.1.7
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for building/building artifacts from source and injecting into docker images"
arch=('i686' 'x86_64')
url="https://github.com/openshift/source-to-image"
@@ -13,7 +13,6 @@ md5sums=('e23e47bdef21a82e091512cc83080d4e')
build() {
echo "Installing source-to-image"
- $pkgdir/usr/bin/s2i
}
package() {