summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86edae6225d1..4999875a06f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=flamegraph-git
pkgver=r316.a258e78
-pkgrel=2
+pkgrel=3
pkgdesc="Stack trace visualizer"
arch=('any')
url='http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html'
-license=('CDDL')
+license=('Apache' 'CDDL' 'GPL2')
depends=('perl' 'awk')
makedepends=('git')
provides=('flamegraph')
@@ -29,6 +29,4 @@ package() {
do
install -Dm 755 "${script}" "${pkgdir}/usr/bin/${script%.pl}"
done
-
- install -Dm644 docs/cddl1.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}