summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Marolt2017-11-04 17:52:55 +0100
committerAndrej Marolt2017-11-04 17:52:55 +0100
commit99c6674a9d31dfbacdc800f6b6e6e24eb8d0d0ce (patch)
treec734256e0bd468fca82f473901c8ab93965945da
parenta57390e0869ada1153e06833d1efedf8cc9a5e3e (diff)
downloadaur-99c6674a9d31dfbacdc800f6b6e6e24eb8d0d0ce.tar.gz
Release v1.1.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9af39aeac1..6b3537507bbb 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
+ pkgdesc = A tool for building artifacts from source and injecting into docker images
pkgver = 1.1.7
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/openshift/source-to-image
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f75ecea8f85d..944c7a251cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname=openshift-source-to-image
_release=v1.1.7
_commit=226afa1
pkgver=1.1.7
-pkgrel=6
-pkgdesc="A tool for building/building artifacts from source and injecting into docker images"
+pkgrel=7
+pkgdesc="A tool for building artifacts from source and injecting into docker images"
arch=('i686' 'x86_64')
url="https://github.com/openshift/source-to-image"
license=('Apache')
@@ -15,9 +15,6 @@ build() {
echo "Installing source-to-image"
$srcdir/s2i completion bash > $srcdir/s2i.bash
$srcdir/s2i completion zsh > $srcdir/s2i.zsh
-}
-
-prepare() {
# Fix zsh completion
sed -i '1i#compdef s2i' $srcdir/s2i.zsh
}