mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Don't strip debug symbols from binaries; this avoids Splunk complaining about mis-matching checksums
This commit is contained in:
parent
57f548f628
commit
37571d411e
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue