summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-04-18 17:28:06 -0400
committeracxz2022-04-18 17:28:06 -0400
commitb58d163355010af7edea1002c261b5da025c468f (patch)
tree789c2c0bea834fdded4b026d22a6dd6150dab01d
parent27995899563501fa0c15e1fb093972150aa836b4 (diff)
downloadaur-python-pyuavcan.tar.gz
upgpkg: python-pyuavcan 1.5.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7078b74b1330..bedf93e3e392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyuavcan
pkgdesc = Python implementation of the UAVCAN protocol stack.
- pkgver = 1.4.4
+ pkgver = 1.5.0
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.4.4::https://github.com/UAVCAN/pyuavcan/archive/1.4.4.tar.gz
- sha256sums = 5c99ac1b64de7338f45196ebc24e165bf119c652248f46ecd0fadeede27abef5
+ source = python-pyuavcan-1.5.0::https://github.com/UAVCAN/pyuavcan/archive/1.5.0.tar.gz
+ sha256sums = 6f4f293647d4a0421764ada3f02ca4bdcab65613542a8b11bf52cdab95a8e584
pkgname = python-pyuavcan
diff --git a/PKGBUILD b/PKGBUILD
index 9bb6e35efc0f..c9dac1e521b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pyuavcan
-pkgver=1.4.4
+pkgver=1.5.0
pkgrel=1
pkgdesc='Python implementation of the UAVCAN protocol stack.'
arch=('x86_64')
@@ -12,9 +12,9 @@ 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=('5c99ac1b64de7338f45196ebc24e165bf119c652248f46ecd0fadeede27abef5')
+sha256sums=('6f4f293647d4a0421764ada3f02ca4bdcab65613542a8b11bf52cdab95a8e584')
-_pkgname=pyuavcan
+_pkgname='pycyphal'
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"