summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-02-18 22:28:05 +0100
committerMichel Zou2017-02-18 22:28:05 +0100
commit5e20d8f4b3b57973c15a8e82bb24fe60e98a39e1 (patch)
treec46c74ee6ce7197cc571c1849dbd4fa9cde4ef7c
parentc090db9514316ec813527a48da398181953bd8f4 (diff)
downloadaur-5e20d8f4b3b57973c15a8e82bb24fe60e98a39e1.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c13b3d0a3c9e..44327fde1bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 11 13:41:17 UTC 2017
+# Sat Feb 18 21:28:04 UTC 2017
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
pkgver = 3.3.11
- pkgrel = 1
+ pkgrel = 2
url = http://orange.biolab.si/
arch = i686
arch = x86_64
@@ -21,6 +21,9 @@ pkgbase = python-orange
depends = python-psycopg2
depends = python-bottlechest
depends = python-joblib
+ depends = python-keyrings-alt
+ depends = python-bottleneck
+ depends = python-anyqt
source = https://github.com/biolab/orange3/archive/3.3.11.tar.gz
sha1sums = bc1f337e1abc1a7d719d561d80f6fbe13f7fe634
diff --git a/PKGBUILD b/PKGBUILD
index 11a7cf98eac3..e35766059154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-orange
pkgver=3.3.11
-pkgrel=1
+pkgrel=2
pkgdesc="Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting."
arch=('i686' 'x86_64')
url="http://orange.biolab.si/"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-recommonmark' 'python-sqlparse' 'python-psycopg2' 'python-bottlechest' 'python-joblib')
+depends=('python-beautifulsoup4' 'python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-recommonmark' 'python-sqlparse' 'python-psycopg2' 'python-bottlechest' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
sha1sums=('bc1f337e1abc1a7d719d561d80f6fbe13f7fe634')