mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update PKGBUILD options to leave all files intact
This commit is contained in:
parent
52d0ccde21
commit
84e2229d8b
2 changed files with 6 additions and 3 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue