summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2117edef494..ed3f9507fc9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Alexandr Parkhomenko <it@52tour.ru>
pkgname=python-orange-canvas-core
-pkgver=0.1.15
+pkgver=0.1.19
pkgrel=1
pkgdesc="Orange Canvas core workflow editor."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('python-setuptools')
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')
+sha256sums=('13482b20aec0a11bbb27325943df57c5f17f2f3cef3dd6569933c3ba478e8359')
build() {
cd "${srcdir}/orange-canvas-core-$pkgver"