summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb6f74d080d..83d12adbad57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Thu Feb 2 09:08:23 UTC 2017
-pkgbase = kompose
+# Thu Feb 2 09:27:11 UTC 2017
+pkgbase = kompose-bin
pkgdesc = Takes a Docker Compose file and translates it into Kubernetes resources
pkgver = 0.2.0
pkgrel = 1
@@ -10,5 +10,5 @@ pkgbase = kompose
source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.2.0/kompose-linux-amd64
md5sums_x86_64 = a4039136b79c2073177e5d9d2ca12516
-pkgname = kompose
+pkgname = kompose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c0a8db075b7..853d1b87902c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Simon Weald <simon[at]simonweald[dot]com>
-pkgname=kompose
+pkgname=kompose-bin
+_srcname=kompose
pkgver=0.2.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
@@ -13,5 +14,5 @@ source_x86_64=("https://github.com/kubernetes-incubator/kompose/releases/downloa
md5sums_x86_64=('a4039136b79c2073177e5d9d2ca12516')
package() {
- install -Dm755 "$srcdir/$pkgname-$_arch" "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/$pkgname"
}