summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-11-30 12:01:05 +0100
committera8212022-11-30 12:01:05 +0100
commit098fe4f80772a3de57fbed9b838daa9b43860c8d (patch)
tree9ab18768d01bbd59eea4e8e6ced97ac9313c0d9e /PKGBUILD
parent5bd309c7d75889ec68aa7229600004dbd8214598 (diff)
downloadaur-098fe4f80772a3de57fbed9b838daa9b43860c8d.tar.gz
Version 0.1.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43db4701591d..3ed85ba85185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexandr Parkhomenko <it@52tour.ru>
pkgname=python-orange-canvas-core
-pkgver=0.1.28
+pkgver=0.1.29
pkgrel=1
pkgdesc="Orange Canvas core workflow editor."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python-docutils' 'python-anyqt' 'python-pip' 'python-requests' 'python-cachecontrol'
'python-dictdiffer' 'python-commonmark' 'python-lockfile' 'python-qasync')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/biolab/orange-canvas-core/archive/${pkgver}.tar.gz")
-sha256sums=('bab9a2720a66b00794a16690821578821a09dedc9a0ced8129b018f78db186f9')
+sha256sums=('a6ad555b6ca95a7f2b0124af7b19ccda72411eb9c2fc52481be2a08d15d2d701')
build() {
cd "${srcdir}/orange-canvas-core-$pkgver"