summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-08-02 15:20:00 -0400
committeracxz2021-08-02 15:20:00 -0400
commit0109b19ee3a6a7363252a6231a9f36808c7a483b (patch)
treeb9a94c1aca49b1029425a4814c5aeabdbdee4c14
parentca1e8f6613d4ba9c2e6eae56884ff445dfef31d3 (diff)
downloadaur-0109b19ee3a6a7363252a6231a9f36808c7a483b.tar.gz
updpkg 1.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26fbfbbb381..27e196e91f62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyuavcan
pkgdesc = Python implementation of the UAVCAN protocol stack.
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://pyuavcan.readthedocs.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = python-pyuavcan
optdepends = python-ruamel-yaml
optdepends = python-requests
optdepends = python-simplejson
- source = python-pyuavcan-1.2.6::https://github.com/UAVCAN/pyuavcan/archive/1.2.6.tar.gz
- sha256sums = 6fc4db242a6cd1035b53cdb85b558d65cd2e122cc6a5d52bdcefe88271b2c364
+ source = python-pyuavcan-1.2.7::https://github.com/UAVCAN/pyuavcan/archive/1.2.7.tar.gz
+ sha256sums = 79846d8162dfc69281cea2ab23966eebaa9b4e4b5f7f6a50dc2a7b22f072af0c
pkgname = python-pyuavcan
diff --git a/PKGBUILD b/PKGBUILD
index 6ac17180c41e..0a2e28140e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pyuavcan
-pkgver=1.2.6
+pkgver=1.2.7
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=('6fc4db242a6cd1035b53cdb85b558d65cd2e122cc6a5d52bdcefe88271b2c364')
+sha256sums=('79846d8162dfc69281cea2ab23966eebaa9b4e4b5f7f6a50dc2a7b22f072af0c')
_pkgname=pyuavcan