summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Lansdowne2024-01-17 14:29:30 -0600
committerIan Lansdowne2024-01-17 14:29:30 -0600
commiteead4706e688c2618cb41b355dd33ef646bc0b7b (patch)
tree5035f3f5228f3f6cc3896036aef9d22af2e0f296 /PKGBUILD
parent1494697dc54ee7c21abf0427189d6f8d2bb62a9b (diff)
downloadaur-python-odrive.tar.gz
Updated package to 0.6.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 263eb28e6963..a9a309f46530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Octopus118 <idlansdowne at gmail dot com>
pkgname=python-odrive
_name=${pkgname#python-}
-pkgver=0.6.7
-pkgrel=2
+pkgver=0.6.8
+pkgrel=1
pkgdesc="Control utilities for the ODrive high performance motor controller"
url="https://pypi.org/project/odrive/"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('python-matplotlib: required to run the liveplotter')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl"
"https://cdn.odriverobotics.com/files/odrive-udev-rules.rules")
-sha256sums=('e5a8f4754f7699e1db8f36c27a53de4919e9e089e807ba64860abcee70a88a8e'
+sha256sums=('33d6a9b90ddd2dbc24223ed0a856962f3ac33b0b0d5159fd49a8516990cbf87d'
'b574486e0fcdf13f2faa7165f5634d466353274547ab4d3a36b75f67c7124d3c')
noextract=()