summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2021-03-22 09:14:42 -0400
committeracxz2021-03-22 09:14:42 -0400
commitdda5492f3705023cd5e0b245f33a04e5dda213ee (patch)
treef6b9b246e601af91d1aa71b4ff1f1d13c1260069 /PKGBUILD
parent8eb02c175234c3f3efbb1bcbd002cb4600efd169 (diff)
downloadaur-dda5492f3705023cd5e0b245f33a04e5dda213ee.tar.gz
updpkg 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00b9d63661c6..1369e78fdaec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-pyuavcan
-pkgver=1.2.0
+pkgver=1.2.1
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=('d4e907922a95e84ae676aca801737c22d7f09c087743f4968d8617ee7f5495e1')
+sha256sums=('6b5d056be6047ba8219023043522abc829562446b53d02a5245ab7fd179d8c36')
_pkgname=pyuavcan