Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
gperftools


Commits:
eb711567 by Antonio Rojas at 2023-09-27T21:24:56+02:00
upgpkg: 2.13-1: Update to 2.13

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = gperftools
+       pkgdesc = Fast, multi-threaded malloc and nifty performance analysis 
tools
+       pkgver = 2.13
+       pkgrel = 1
+       url = https://github.com/gperftools/gperftools
+       arch = x86_64
+       license = BSD
+       depends = gcc-libs
+       depends = glibc
+       depends = libunwind
+       optdepends = graphviz: pprof graph generation
+       optdepends = perl: pprof and pprof-symbolize commands
+       source = 
https://github.com/gperftools/gperftools/releases/download/gperftools-2.13/gperftools-2.13.tar.gz
+       sha256sums = 
4882c5ece69f8691e51ffd6486df7d79dbf43b0c909d84d3c0883e30d27323e7
+
+pkgname = gperftools


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 # Contributor: Jan Rüegg <rgg...@gmail.com>
 
 pkgname=gperftools
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc='Fast, multi-threaded malloc and nifty performance analysis tools'
 arch=('x86_64')
@@ -17,7 +17,7 @@ depends=('gcc-libs' 'glibc' 'libunwind')
 optdepends=('graphviz: pprof graph generation'
             'perl: pprof and pprof-symbolize commands')
 
source=("https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('fb611b56871a3d9c92ab0cc41f9c807e8dfa81a54a4a9de7f30e838756b5c7c6')
+sha256sums=('4882c5ece69f8691e51ffd6486df7d79dbf43b0c909d84d3c0883e30d27323e7')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/eb7115678b70c6f5f233ee3a5736e4d8d415ac4d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/eb7115678b70c6f5f233ee3a5736e4d8d415ac4d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to