summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e6e580a4c2..e0fcc5d2e408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = blimp-bin
pkgdesc = CLI for Kelda's Blimp (Docker Compose for the Cloud)
pkgver = 0.12.3
- pkgrel = 1
+ pkgrel = 2
url = https://kelda.io/blimp
arch = x86_64
license = unknown
optdepends = docker: support for locally building custom images
+ options = !strip
source = https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-0.12.3
sha256sums = dd8b864de7c93d6c8dad6cd80d42b0513c159feabc6d8799836990def4f9db24
diff --git a/PKGBUILD b/PKGBUILD
index b803462527f2..e9b349a16dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Christopher Cooper <christopher@kelda.io>
pkgname=blimp-bin
pkgver=0.12.3
-pkgrel=1
+pkgrel=2
pkgdesc="CLI for Kelda's Blimp (Docker Compose for the Cloud)"
arch=('x86_64')
url="https://kelda.io/blimp"
license=('unknown')
optdepends=('docker: support for locally building custom images')
+options=(!strip)
source=("https://blimp-releases.s3-us-west-1.amazonaws.com/blimp-linux-$pkgver")
sha256sums=('dd8b864de7c93d6c8dad6cd80d42b0513c159feabc6d8799836990def4f9db24')