summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaul Ferreira2021-01-26 23:55:09 +0000
committerRaul Ferreira2021-01-26 23:55:09 +0000
commit34404386dccc2724c58578d460ab3b7c791aedd4 (patch)
tree180cfb813aaa29109443a68fdcf0b7e298a0d6d8 /PKGBUILD
parentb7434af91f9c68b7eb4dc1df1f2a2d22de81770c (diff)
downloadaur-34404386dccc2724c58578d460ab3b7c791aedd4.tar.gz
Symbols can't be stripped
Removed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25bfb4a5b73e..88c1add2d94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=infer-bin
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml."
arch=('x86_64')
url="https://github.com/facebook/infer"
+options=("!strip")
license=('MIT')
-depends=('bash'
- 'libc++abi'
- 'python2'
+depends=('libc++abi'
'java-environment'
'ncurses5-compat-libs')
source=("https://github.com/facebook/infer/releases/download/v${pkgver}/infer-linux64-v${pkgver}.tar.xz"