Date: Thursday, August 1, 2013 @ 02:55:07
  Author: dreisner
Revision: 191874

upgpkg: gperftools 2.1-1

Modified:
  gperftools/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-07-31 20:09:21 UTC (rev 191873)
+++ PKGBUILD    2013-08-01 00:55:07 UTC (rev 191874)
@@ -7,8 +7,8 @@
 # Contributor: Jan Rüegg <[email protected]>
 
 pkgname=gperftools
-pkgver=2.0
-pkgrel=4
+pkgver=2.1
+pkgrel=1
 pkgdesc="Fast, multi-threaded malloc() and nifty performance analysis tools"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/gperftools/";
@@ -18,14 +18,11 @@
             'gv: pprof postscript generation')
 options=('!libtool')
 source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080')
+sha256sums=('f3ade29924f89409d8279ab39e00af7420593baa4941c318db42e70ead7e494f')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  # fix for glibc 2.16
-  sed -i 's:siginfo_t:siginfo:' src/base/linuxthreads.cc
-
   ./configure --prefix=/usr --enable-frame-pointers
   make
 }

Reply via email to