diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,13 +1,14 @@ pkgbase = acpush pkgdesc = App Container Server Push Command pkgver = 0.0.0 - pkgrel = 4 + pkgrel = 5 url = https://github.com/appc/acpush arch = i686 arch = x86_64 license = Apache makedepends = git makedepends = go + options = !strip source = git+https://github.com/appc/acpush.git md5sums = SKIP @@ -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') |