summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommaso Sardelli2020-07-02 23:54:55 +0200
committerTommaso Sardelli2020-07-02 23:54:55 +0200
commit6bc3bf1f20e6cb23ea6d432e26ee28628f6d952f (patch)
tree8db40fdd4573e978bb395b798e63ebe774bb4d12
parent270dd47d3317af435f36af82626b256beb4e1ffc (diff)
downloadaur-6bc3bf1f20e6cb23ea6d432e26ee28628f6d952f.tar.gz
Disable stripping
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eab606ffa5e..6427a123afd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iovisor/bpftrace
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = bpftrace
optdepends = libbpf>=0.0.5: BTF support (required at compile time)
provides = bpftrace
conflicts = bpftrace-git
+ options = !strip
source = https://github.com/iovisor/bpftrace/archive/v0.10.0.tar.gz
sha512sums = da400efe78cea505a32deead594b047ec4394d3eefe86e7b6853fe2dc715c5847a3abcbd26c1fac39d0a534f1e57d6c0bc3625e0c3f1054b0d84b7b1d6eb69b9
diff --git a/PKGBUILD b/PKGBUILD
index 9b1d00e9b5c4..1d0fd64c984e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tommaso Sardelli <lacapannadelloziotom at gmail dot com>
pkgname=bpftrace
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='High-level tracing language for Linux eBPF'
arch=('i686' 'x86_64')
url='https://github.com/iovisor/bpftrace'
@@ -13,6 +13,7 @@ conflicts=('bpftrace-git')
provides=('bpftrace')
source=("https://github.com/iovisor/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('da400efe78cea505a32deead594b047ec4394d3eefe86e7b6853fe2dc715c5847a3abcbd26c1fac39d0a534f1e57d6c0bc3625e0c3f1054b0d84b7b1d6eb69b9')
+options=('!strip')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"