summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"