summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f331859b0310..6d50a7944238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gperftools-git
pkgdesc = Fast, multi-threaded malloc and nifty performance analysis tools
- pkgver = 2.4.r46.g6627f92
+ pkgver = 2.13.r21.g36fa5ee
pkgrel = 1
- url = http://code.google.com/p/gperftools/
+ url = https://github.com/gperftools/
arch = i686
arch = x86_64
license = BSD
@@ -17,8 +17,7 @@ pkgbase = gperftools-git
provides = libtcmalloc_minimal_debug.so
provides = gperftools
conflicts = gperftools
- source = git+https://github.com/gperftools/gperftools.git
+ source = git+https://github.com/gperftools//gperftools.git
md5sums = SKIP
pkgname = gperftools-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 35d5d078ccc5..490f54919b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@
pkgname=gperftools-git
_pkgname=gperftools
-pkgver=2.4.r46.g6627f92
+pkgver=2.13.r21.g36fa5ee
pkgrel=1
pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
arch=('i686' 'x86_64')
-url="http://code.google.com/p/gperftools/"
+url="https://github.com/gperftools/"
license=('BSD')
depends=('perl')
provides=('libtcmalloc.so'
@@ -25,7 +25,7 @@ provides=('libtcmalloc.so'
conflicts=('gperftools')
optdepends=('graphviz: pprof graph generation'
'gv: pprof postscript generation')
-source=("git+https://github.com/gperftools/gperftools.git")
+source=("git+$url/gperftools.git")
md5sums=('SKIP')
pkgver() {