summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pozolotin2016-06-21 13:33:13 +0000
committerAndrei Pozolotin2016-06-21 13:33:13 +0000
commit864a8e3ce14f6545ccd87819ffd5e82ee6bb4d05 (patch)
tree07b9f8e67a735a2c7ca665fbe42e66acddcc63b0
parent7d7df40506af4798da23a898855cfda6e7f230e5 (diff)
downloadaur-acpush.tar.gz
M .SRCINFO
M PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4209730592b6..993e16b96a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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')