mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
Rename pyprof2calltree
This commit is contained in:
parent
eafd70a813
commit
b667c04b77
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,4 +1,4 @@
|
|||
pkgbase = python-pyprof2calltree
|
||||
pkgbase = pyprof2calltree
|
||||
pkgdesc = Help visualize profiling data from cProfile with kcachegrind
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 2
|
||||
|
|
@ -10,5 +10,5 @@ pkgbase = python-pyprof2calltree
|
|||
source = http://pypi.python.org/packages/source/p/pyprof2calltree/pyprof2calltree-1.3.1.tar.gz
|
||||
sha1sums = 6bb428e6001acbe7b7b372f0d54eb54293674705
|
||||
|
||||
pkgname = python-pyprof2calltree
|
||||
pkgname = pyprof2calltree
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
|
||||
# Contributor: Brecht Machiels <brecht at mos6581 dot org>
|
||||
|
||||
pkgname=python-pyprof2calltree
|
||||
pkgname=pyprof2calltree
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue