Don't strip debug symbols from binaries; this avoids Splunk complaining about mis-matching checksums

This commit is contained in:
L. Bradley LaBoon 2021-01-16 14:08:45 -05:00
parent 57f548f628
commit 37571d411e
2 changed files with 4 additions and 2 deletions

View file

@ -1,12 +1,13 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
pkgver = 8.1.1.0
pkgrel = 1
pkgrel = 2
epoch = 3
url = https://www.splunk.com/
install = splunk.install
arch = x86_64
license = custom
options = !strip
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
source_x86_64 = https://download.splunk.com/products/splunk/releases/8.1.1/linux/splunk-8.1.1-08187535c166-Linux-x86_64.tgz

View file

@ -8,7 +8,7 @@ if [ ${#basever} -gt 5 ]; then
else
pkgver=${basever}.0
fi
pkgrel=1
pkgrel=2
epoch=3
pkgdesc="Statistical analysis and search tool for logs and machine data"
url="https://www.splunk.com/"
@ -19,6 +19,7 @@ source=("$pkgname.service")
source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-$splunkver-Linux-x86_64.tgz")
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
sha256sums_x86_64=('0d2f44f94af734cbab212338adb7dbe4016b024ca6322823fd8854cff40d34c1')
options=(!strip)
package() {
cd "$srcdir"