summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Cooper2020-06-02 10:13:12 -0700
committerChristopher Cooper2020-06-02 10:13:12 -0700
commit8e8c15e69759cff482c75f2edab8064367bd99fa (patch)
tree6c0c0115901e1ecefb34b959768a055b4d69a5e2 /PKGBUILD
parent6fbabe60ab2916ba30ed9c2939a7dc985b98a11a (diff)
downloadaur-8e8c15e69759cff482c75f2edab8064367bd99fa.tar.gz
disable binary stripping
This was stripping out the embedded syncthing binary and causing problems.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')