summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7f83b49d3fb..7bec6496f04d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyuavcan
pkgdesc = Python implementation of the UAVCAN protocol stack.
- pkgver = 1.1.3
+ pkgver = 1.2.0
pkgrel = 1
url = https://pyuavcan.readthedocs.io
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = python-pyuavcan
optdepends = python-ruamel-yaml
optdepends = python-requests
optdepends = python-simplejson
- source = python-pyuavcan-1.1.3::https://github.com/UAVCAN/pyuavcan/archive/1.1.3.tar.gz
- sha256sums = c548a7b884f15706af73fea1fe120e2796e2766c986e08af20373104242c7ee7
+ source = python-pyuavcan-1.2.0::https://github.com/UAVCAN/pyuavcan/archive/1.2.0.tar.gz
+ sha256sums = d4e907922a95e84ae676aca801737c22d7f09c087743f4968d8617ee7f5495e1
pkgname = python-pyuavcan
diff --git a/PKGBUILD b/PKGBUILD
index ce5c7578f8f8..00b9d63661c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pyuavcan
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=1
pkgdesc='Python implementation of the UAVCAN protocol stack.'
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('python-can' 'python-pyserial' 'python-ruamel-yaml'
'python-requests' 'python-simplejson')
makedepends=('python' 'python-setuptools')
source=("${pkgname}-${pkgver}::https://github.com/UAVCAN/pyuavcan/archive/$pkgver.tar.gz")
-sha256sums=('c548a7b884f15706af73fea1fe120e2796e2766c986e08af20373104242c7ee7')
+sha256sums=('d4e907922a95e84ae676aca801737c22d7f09c087743f4968d8617ee7f5495e1')
_pkgname=pyuavcan