diff options
author | Karthik | 2019-03-31 19:45:55 +0530 |
---|---|---|
committer | Karthik | 2019-03-31 19:45:55 +0530 |
commit | b79cf0ca485e3ed03784171777bfc41820a3a066 (patch) | |
tree | fe7167fef2f757d6fadefb2af32e96ec824929ff | |
parent | 9726377e203a90a9e2c43e4cce0ca684216db778 (diff) | |
download | aur-b79cf0ca485e3ed03784171777bfc41820a3a066.tar.gz |
Update to 2.0.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-snakeviz pkgdesc = A viewer for Python profiling data that runs as a web application in your browser. It is inspired by the wxPython profile viewer RunSnakeRun. - pkgver = 1.0.0 + pkgver = 2.0.0 pkgrel = 1 url = http://jiffyclub.github.io/snakeviz arch = any @@ -9,8 +9,8 @@ pkgbase = python-snakeviz depends = python-tornado depends = python-jinja options = !emptydirs - source = snakeviz-1.0.0.tar.gz::https://github.com/jiffyclub/snakeviz/archive/v1.0.0.tar.gz - sha256sums = 028f4adcebad1e572cefd6b92dd57a2c43875fdaed0e1969985ef9801b3c37eb + source = snakeviz-2.0.0.tar.gz::https://github.com/jiffyclub/snakeviz/archive/v2.0.0.tar.gz + sha256sums = 75a5a0f59e2dd1f93adffbc71364e61f860d8274dfdbd46b94322598ebe1c197 pkgname = python-snakeviz @@ -4,7 +4,7 @@ pkgname=python-snakeviz _pythonname=snakeviz -pkgver=1.0.0 +pkgver=2.0.0 pkgrel=1 pkgdesc='A viewer for Python profiling data that runs as a web application in your browser. It is inspired by the wxPython profile viewer RunSnakeRun.' arch=('any') @@ -12,7 +12,7 @@ url="http://jiffyclub.github.io/snakeviz" license=('CUSTOM') depends=('python' 'python-tornado' 'python-jinja') source=("$_pythonname-$pkgver.tar.gz::https://github.com/jiffyclub/snakeviz/archive/v$pkgver.tar.gz") -sha256sums=('028f4adcebad1e572cefd6b92dd57a2c43875fdaed0e1969985ef9801b3c37eb') +sha256sums=('75a5a0f59e2dd1f93adffbc71364e61f860d8274dfdbd46b94322598ebe1c197') options=(!emptydirs) package() { |