summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTommaso Sardelli2020-07-03 00:09:56 +0200
committerTommaso Sardelli2020-07-03 00:09:56 +0200
commit8206cc140ef771b042bd7f91cdde8a045dcceb1f (patch)
tree8379a22461c2e08f24e92a5840f1092d003a4250 /PKGBUILD
parentd58f4ea9ed8306f8b482c742388d6f831dc6a5bc (diff)
downloadaur-8206cc140ef771b042bd7f91cdde8a045dcceb1f.tar.gz
Disable stripping
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8529b18a3a78..4add7e1407aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tommaso Sardelli <lacapannadelloziotom at gmail dot com>
pkgname=bpftrace-git
_pkgname=bpftrace
-pkgver=r723.89eb329
-pkgrel=2
+pkgver=r1690.c4619d0a
+pkgrel=1
pkgdesc='High-level tracing language for Linux eBPF'
arch=('i686' 'x86_64')
url="https://github.com/iovisor/bpftrace"
@@ -13,6 +13,7 @@ conflicts=('bpftrace')
provides=('bpftrace')
source=("git+https://github.com/iovisor/bpftrace.git")
sha512sums=('SKIP')
+options=('!strip')
pkgver() {
cd "$srcdir/$_pkgname"