summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692019-02-11 20:43:03 +0100
committerarchibald8692019-02-11 20:43:03 +0100
commit7c197f056b6bfee1b167728e617ba7ea6f2da80e (patch)
tree6a7a3777ffe437933fee1cd509441ae1240b0b43 /PKGBUILD
parent516da919ee6bc5e69d5b9f4306bc2abe6033f33a (diff)
downloadaur-7c197f056b6bfee1b167728e617ba7ea6f2da80e.tar.gz
Add option to PKGBUILD not to strip symbols from binaries and libraries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a919c85eb932..0c1fb9637b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cling-nightly-bin
_pkgname=cling
pkgver=0.5.20190123
-pkgrel=2
+pkgrel=3
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
@@ -23,6 +23,7 @@ sha256sums=(
"d52e3b51bad24157f7513c2a2c06ab2b11b720e9b3bd0d721a66a91dae7ef2ff"
"a9105b805411fddb0c7c829b9fecb85d0d200c9b49aaa0c1a510daa7796b72b4"
)
+options=(!strip)
package() {
cd "$srcdir"