summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b1813902893..fd3a7954fd1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyuavcan
pkgdesc = Python implementation of the UAVCAN protocol stack.
- pkgver = 1.2.1
+ pkgver = 1.2.5
pkgrel = 1
url = https://pyuavcan.readthedocs.io
arch = x86_64
@@ -16,8 +16,7 @@ pkgbase = python-pyuavcan
optdepends = python-ruamel-yaml
optdepends = python-requests
optdepends = python-simplejson
- source = python-pyuavcan-1.2.1::https://github.com/UAVCAN/pyuavcan/archive/1.2.1.tar.gz
- sha256sums = 6b5d056be6047ba8219023043522abc829562446b53d02a5245ab7fd179d8c36
+ source = python-pyuavcan-1.2.5::https://github.com/UAVCAN/pyuavcan/archive/1.2.5.tar.gz
+ sha256sums = 75948909f0e65bb3f293aa1d07df1a4c9472438b30bcf9731e669cabae6f72f6
pkgname = python-pyuavcan
-
diff --git a/PKGBUILD b/PKGBUILD
index 1369e78fdaec..e209dc08b187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pyuavcan
-pkgver=1.2.1
+pkgver=1.2.5
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=('6b5d056be6047ba8219023043522abc829562446b53d02a5245ab7fd179d8c36')
+sha256sums=('75948909f0e65bb3f293aa1d07df1a4c9472438b30bcf9731e669cabae6f72f6')
_pkgname=pyuavcan