summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-02-11 14:41:17 +0100
committerMichel Zou2017-02-11 14:41:17 +0100
commitc090db9514316ec813527a48da398181953bd8f4 (patch)
tree3d447cc6a22317631d4fe768967b4743cfd107f0
parentd08c2155253b6163fbcea86f5c3df22829e3713f (diff)
downloadaur-c090db9514316ec813527a48da398181953bd8f4.tar.gz
3.3.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20cfa2b19f9b..c13b3d0a3c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 17:32:56 UTC 2016
+# Sat Feb 11 13:41:17 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.3
+ pkgver = 3.3.11
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -21,8 +21,8 @@ pkgbase = python-orange
depends = python-psycopg2
depends = python-bottlechest
depends = python-joblib
- source = https://github.com/biolab/orange3/archive/3.3.3.tar.gz
- sha1sums = f2c95218a4edae7515df9620981aa6e7e18216ea
+ source = https://github.com/biolab/orange3/archive/3.3.11.tar.gz
+ sha1sums = bc1f337e1abc1a7d719d561d80f6fbe13f7fe634
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index e60dc4811cd8..11a7cf98eac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.3.3
+pkgver=3.3.11
pkgrel=1
pkgdesc="Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting."
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ 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')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha1sums=('f2c95218a4edae7515df9620981aa6e7e18216ea')
+sha1sums=('bc1f337e1abc1a7d719d561d80f6fbe13f7fe634')
build() {
cd "${srcdir}/orange3-$pkgver"