From 8562aeacf099843340925b28d0f315d5844a4363 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 18 Nov 2017 20:12:06 +0000 Subject: [PATCH] extra/gperftools to 2.6.1-1 --- extra/gperftools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/gperftools/PKGBUILD b/extra/gperftools/PKGBUILD index a704c9faa..53eb86d58 100644 --- a/extra/gperftools/PKGBUILD +++ b/extra/gperftools/PKGBUILD @@ -11,10 +11,10 @@ # - depend on libunwind for AArch64 pkgname=gperftools -pkgver=2.5 +pkgver=2.6.1 pkgrel=1 pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools" -arch=('i686' 'x86_64') +arch=('x86_64') url="https://github.com/gperftools/gperftools" license=('BSD') depends=('perl')