summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2021-04-02 02:06:16 +0800
committerKaizhao Zhang2021-04-02 02:06:16 +0800
commit3dcd86f6af174935ab58b7ec1c9ce672e44e2bca (patch)
tree48188216ebcadd5501ceb8383ec1516ad49654dc /PKGBUILD
parentc98077dbaefd5dc7c3e5132032e21c472e50a2d1 (diff)
downloadaur-3dcd86f6af174935ab58b7ec1c9ce672e44e2bca.tar.gz
Updated to version 3.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d0e32e6a243..b5bb681daa42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_srcname=pyinstrument
pkgname=python-pyinstrument
-pkgver=3.1.3
+pkgver=3.4.1
pkgrel=1
pkgdesc="Call stack profiler for Python. Shows you why your code is slow!"
arch=('any')
url="https://github.com/joerick/pyinstrument"
license=('BSD')
depends=(
+ 'python>=3.6'
'python-pyinstrument_cext>=0.2.2'
)
makedepends=(
'npm'
- 'python-pytest-runner'
'python-setuptools'
)
options=(!emptydirs)
@@ -22,7 +22,7 @@ source=(
"https://github.com/joerick/pyinstrument/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- 'ca4571775caa06444cd7e832056afc21175130271fe3f3481e3ab1bf67f96c8b'
+ 'f12dfe47bcad5967f0d72f0059a2c648aecdcd67eea0f95be288aaf48241e375'
)
prepare() {