diff options
author | Michel Zou | 2018-04-23 08:23:40 +0200 |
---|---|---|
committer | Michel Zou | 2018-04-23 08:23:40 +0200 |
commit | dfcc7b1a41c1acee1253eeeebedd110b6fa110cd (patch) | |
tree | 8e5d12a689a56e1a16fc78696118763a3d88ccb3 | |
parent | 416c930f0ae32007cb1f9412863a428a04df5156 (diff) | |
download | aur-dfcc7b1a41c1acee1253eeeebedd110b6fa110cd.tar.gz |
0.12.15
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jan 12 21:36:22 UTC 2018 +# Mon Apr 23 06:23:40 UTC 2018 pkgbase = python-bokeh pkgdesc = Interactive Web Plotting for Python - pkgver = 0.12.13 + pkgver = 0.12.15 pkgrel = 1 url = http://bokeh.pydata.org/ arch = any @@ -25,8 +25,8 @@ pkgbase = python-bokeh makedepends = python2-pandas makedepends = python2-yaml makedepends = python2-tornado - source = https://pypi.io/packages/source/b/bokeh/bokeh-0.12.13.tar.gz - sha256sums = 6e28cbfd88de0c459435278b75f9982591ec0aaa3d37a195052645e1c62e89e3 + source = https://pypi.io/packages/source/b/bokeh/bokeh-0.12.15.tar.gz + sha256sums = 2891b883b30107dc610a7e963a21222f1fd096844d157c09db115179cfab6513 pkgname = python-bokeh depends = python-numpy @@ -2,7 +2,7 @@ pkgbase='python-bokeh' pkgname=('python-bokeh' 'python2-bokeh') -pkgver=0.12.13 +pkgver=0.12.15 pkgrel=1 pkgdesc='Interactive Web Plotting for Python' arch=('any') @@ -10,7 +10,7 @@ url='http://bokeh.pydata.org/' license=('BSD') makedepends=('python-setuptools' 'python2-setuptools' python-numpy python-six python-flask python-jinja python-requests python-pandas python-yaml python-tornado python2-numpy python2-six python2-flask python2-jinja python2-requests python2-pandas python2-yaml python2-tornado) source=("https://pypi.io/packages/source/b/bokeh/bokeh-${pkgver}.tar.gz") -sha256sums=('6e28cbfd88de0c459435278b75f9982591ec0aaa3d37a195052645e1c62e89e3') +sha256sums=('2891b883b30107dc610a7e963a21222f1fd096844d157c09db115179cfab6513') build() { cp -r "${srcdir}"/bokeh-$pkgver "${srcdir}"/bokeh-$pkgver-py2 |