Update PKGBUILD options to leave all files intact

This commit is contained in:
L. Bradley LaBoon 2026-03-05 15:32:49 -05:00
parent 52d0ccde21
commit 84e2229d8b
No known key found for this signature in database
GPG key ID: 3D21FA839D9A229F
2 changed files with 6 additions and 3 deletions

View file

@ -1,13 +1,16 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
pkgver = 10.2.1.0
pkgrel = 1
pkgrel = 2
epoch = 3
url = https://www.splunk.com/
install = splunk.install
arch = x86_64
license = custom
options = !strip
options = libtool
options = staticlibs
options = !zipman
source = splunk.service
source = splunk.sysusers
source = splunk.tmpfiles

View file

@ -9,7 +9,7 @@ if [ ${#_baseverl} -gt 2 ]; 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/"
@ -22,7 +22,7 @@ sha256sums=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e'
'236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
'56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
sha256sums_x86_64=('cb8a03a3451b7bf1341c980320485cb46c7c270cc2205497c33613862f559465')
options=(!strip)
options=(!strip libtool staticlibs !zipman)
package() {
cd "$srcdir"