summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692019-02-11 20:43:03 +0100
committerarchibald8692019-02-11 20:43:03 +0100
commit7c197f056b6bfee1b167728e617ba7ea6f2da80e (patch)
tree6a7a3777ffe437933fee1cd509441ae1240b0b43
parent516da919ee6bc5e69d5b9f4306bc2abe6033f33a (diff)
downloadaur-7c197f056b6bfee1b167728e617ba7ea6f2da80e.tar.gz
Add option to PKGBUILD not to strip symbols from binaries and libraries
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5405378d48..8ebf288f286d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cling-nightly-bin
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
pkgver = 0.5.20190123
- pkgrel = 2
+ pkgrel = 3
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = cling-nightly-bin
optdepends = perl: support for ccc-analyzer, c++-analyzer, scan-build
provides = cling
conflicts = cling
+ options = !strip
source = cling-nightly-bin-0.5.20190123.tar.bz2::https://root.cern.ch/download/cling/cling_2019-01-23_cc7.tar.bz2
source = https://raw.githubusercontent.com/root-project/cling/master/LICENSE.TXT
sha256sums = d52e3b51bad24157f7513c2a2c06ab2b11b720e9b3bd0d721a66a91dae7ef2ff
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"