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 ef1e3f578002..123aee4faaf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyuavcan
pkgdesc = Python implementation of the UAVCAN protocol stack.
- pkgver = 0.9.0
+ pkgver = 0.9.2
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-0.9.0::https://github.com/UAVCAN/pyuavcan/archive/0.9.0.tar.gz
- sha256sums = 55ab8ff71d5a5a5e26a8d5e2a83c309e08d1c36eefb784e8076427cc94dafdfc
+ source = python-pyuavcan-0.9.2::https://github.com/UAVCAN/pyuavcan/archive/0.9.2.tar.gz
+ sha256sums = 1c88bc7fb117e5f0822f117acaf169747b31e3d75d8cf20d5a291b70ba96629f
pkgname = python-pyuavcan
diff --git a/PKGBUILD b/PKGBUILD
index e235f2593392..fbbc0c2eaa33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pyuavcan
-pkgver=0.9.0
+pkgver=0.9.2
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=('55ab8ff71d5a5a5e26a8d5e2a83c309e08d1c36eefb784e8076427cc94dafdfc')
+sha256sums=('1c88bc7fb117e5f0822f117acaf169747b31e3d75d8cf20d5a291b70ba96629f')
_pkgname=pyuavcan