mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gperftools to 2.9.1-1
This commit is contained in:
parent
14db518a2b
commit
8d0279d43c
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
# - depend on libunwind for AArch64
|
# - depend on libunwind for AArch64
|
||||||
|
|
||||||
pkgname=gperftools
|
pkgname=gperftools
|
||||||
pkgver=2.8.1
|
pkgver=2.9.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
|
pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -28,7 +28,7 @@ optdepends=('graphviz: pprof graph generation'
|
||||||
'gv: pprof postscript generation')
|
'gv: pprof postscript generation')
|
||||||
source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
|
source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
|
||||||
"armv6.patch")
|
"armv6.patch")
|
||||||
sha256sums=('12f07a8ba447f12a3ae15e6e3a6ad74de35163b787c0c7b76288d7395f2f74e0'
|
sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3'
|
||||||
'5a6b7c43ef4c916df930a6a59bef3285d19faffcdb6107a29a96552e53d243ee')
|
'5a6b7c43ef4c916df930a6a59bef3285d19faffcdb6107a29a96552e53d243ee')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue