summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-09-04 12:26:48 +0200
committerMichel Zou2020-09-04 12:26:48 +0200
commitbb6428a79b28431278115a9ff1306b92effac156 (patch)
tree7d7dd6dcd272b83367b79f68297ea12aa42b8cf3 /PKGBUILD
parenta8ce71e4945c586a80293a54c00a26307b2333ac (diff)
downloadaur-bb6428a79b28431278115a9ff1306b92effac156.tar.gz
0.1.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c8d0f56378b..d2117edef494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: Alexandr Parkhomenko <it@52tour.ru>
pkgname=python-orange-canvas-core
-pkgver=0.1.11
+pkgver=0.1.15
pkgrel=1
pkgdesc="Orange Canvas core workflow editor."
arch=('i686' 'x86_64')
url="http://orange.biolab.si/"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-psycopg2' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'qt5-svg' 'python-pip' 'python-serverfiles' 'python-louvain' 'python-xlsxwriter' 'python-opentsne' 'python-networkx' 'python-requests' 'python-pandas')
-source=("https://github.com/biolab/orange-canvas-core/archive/v${pkgver}.tar.gz")
-sha256sums=('SKIP')
+depends=('python-docutils' 'python-anyqt' 'python-pip' 'python-requests' 'python-cachecontrol' 'python-dictdiffer' 'python-commonmark')
+source=("https://github.com/biolab/orange-canvas-core/archive/${pkgver}.tar.gz")
+sha256sums=('b37737c162b88c5b849e23eaf87f08ca99da0ecf430c1fad61b70814b9a24b7c')
build() {
cd "${srcdir}/orange-canvas-core-$pkgver"