summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-10-03 12:08:01 +0200
committerMichel Zou2020-10-03 12:08:01 +0200
commit428bdf65d41074db9511758246a013401b524621 (patch)
treef1dcc621f4c4a1b275144c757ea8f6195d8e8df0
parentbbbc0f605a5568f08b60cddf9eff5403f3773f40 (diff)
downloadaur-428bdf65d41074db9511758246a013401b524621.tar.gz
4.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78febfe2544c..41252e6b00f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-orange-widget-base
pkgdesc = Base widget and workflow definitions for Orange.
- pkgver = 4.5.0
+ pkgver = 4.8.1
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -27,8 +27,8 @@ pkgbase = python-orange-widget-base
depends = python-networkx
depends = python-requests
depends = python-pandas
- source = https://github.com/biolab/orange-widget-base/archive/4.5.0.tar.gz
- sha256sums = SKIP
+ source = https://github.com/biolab/orange-widget-base/archive/4.8.1.tar.gz
+ sha256sums = af82f0da0102c7a3e973c405ac89ae91cb470bb4cc94a590a2b2c8bc276d441f
pkgname = python-orange-widget-base
diff --git a/PKGBUILD b/PKGBUILD
index 426eab3f261a..62d4e2b3d14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Alexandr Parkhomenko <it@52tour.ru>
pkgname=python-orange-widget-base
-pkgver=4.5.0
+pkgver=4.8.1
pkgrel=1
pkgdesc="Base widget and workflow definitions for Orange."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ 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-widget-base/archive/${pkgver}.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('af82f0da0102c7a3e973c405ac89ae91cb470bb4cc94a590a2b2c8bc276d441f')
build() {
cd "${srcdir}/orange-widget-base-$pkgver"