summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-01-22 10:46:21 +0000
committerEric Engestrom2020-01-22 10:46:30 +0000
commit895eb57622dc1f6cc1981cb8ff542fbac2ba4746 (patch)
tree77a2581a7e9181178129d5acc063cef2cb00ff86
parent04290afab0a7e1a92bbbf5856de7525b6af496d0 (diff)
downloadaur-895eb57622dc1f6cc1981cb8ff542fbac2ba4746.tar.gz
don't strip the binaries, it takes a very long time and saves less than 1% of the package size
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173b0d063842..1e70b826c825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = cov-analysis
license = custom
makedepends = libarchive
depends = java-environment
+ options = !strip
source = cov-analysis.sh
sha256sums = a36e738b4eae818cbc2c6ace3cae8a075c7e6f5d282c059397441e91208c8e97
source_i686 = https://scan.coverity.com/download/cxx/linux32
diff --git a/PKGBUILD b/PKGBUILD
index c6b6cc23905e..989cdea574c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=('java-environment')
source=("${pkgname}.sh")
sha256sums=('a36e738b4eae818cbc2c6ace3cae8a075c7e6f5d282c059397441e91208c8e97')
makedepends=('libarchive')
+options=('!strip')
source_i686=( "cov-analysis-linux-${pkgver}.tar.gz")
source_x86_64=("cov-analysis-linux64-${pkgver}.tar.gz")