summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-10-23 15:29:34 +0200
committera8212022-10-23 15:29:34 +0200
commit5bd309c7d75889ec68aa7229600004dbd8214598 (patch)
tree191505eef990795a59392285adb04db3840b586a /PKGBUILD
parent7de97da88f934d396ca4bd68bf987e188f3d99f2 (diff)
downloadaur-5bd309c7d75889ec68aa7229600004dbd8214598.tar.gz
Version 0.1.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 593eb160e6b8..43db4701591d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexandr Parkhomenko <it@52tour.ru>
pkgname=python-orange-canvas-core
-pkgver=0.1.27
+pkgver=0.1.28
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=('d00433280771240934c540514997a37aa2cf44f022d945aced056e158127e11e')
+sha256sums=('bab9a2720a66b00794a16690821578821a09dedc9a0ced8129b018f78db186f9')
build() {
cd "${srcdir}/orange-canvas-core-$pkgver"