summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd5b28d9d7f2..14f9f25eb574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgdesc='App Container Server Push Command'
pkgname=acpush
pkgver=0.0.0 # TODO pending release
-pkgrel=4
+pkgrel=5
url="https://github.com/appc/$pkgname"
source=("git+${url}.git")
makedepends=('git' 'go')
+options=('!strip')
arch=('i686' 'x86_64')
md5sums=('SKIP')
license=('Apache')