summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-05-05 19:32:56 +0200
committerMichel Zou2016-05-05 19:32:56 +0200
commitd08c2155253b6163fbcea86f5c3df22829e3713f (patch)
treef8640955670a1b0346631fbda8cf595413c28551
parenteb4441df7a2eaaeafea7b08881db486189fdc57f (diff)
downloadaur-d08c2155253b6163fbcea86f5c3df22829e3713f.tar.gz
3.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b5fa043aea..20cfa2b19f9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 17:18:18 UTC 2016
+# Thu May 5 17:32:56 UTC 2016
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.1
- pkgrel = 2
+ pkgver = 3.3.3
+ pkgrel = 1
url = http://orange.biolab.si/
arch = i686
arch = x86_64
@@ -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.1.tar.gz
- sha1sums = aa190e03f1c75ea056f789267ed71cfa9de90565
+ source = https://github.com/biolab/orange3/archive/3.3.3.tar.gz
+ sha1sums = f2c95218a4edae7515df9620981aa6e7e18216ea
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 585ab0df34eb..e60dc4811cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-orange
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.3
+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')
url="http://orange.biolab.si/"
@@ -8,8 +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=('aa190e03f1c75ea056f789267ed71cfa9de90565')
-
+sha1sums=('f2c95218a4edae7515df9620981aa6e7e18216ea')
build() {
cd "${srcdir}/orange3-$pkgver"