summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Lansdowne2023-07-16 21:31:45 -0500
committerIan Lansdowne2023-07-16 21:31:45 -0500
commitfd7ef251a087641adade7ac2d0b5c78c23ce7bce (patch)
treea9f667e6ae8586a08702d481fae312758dbd62fc
parent292c7fb826827d22cafcb912c9ce45e2368c08cd (diff)
downloadaur-fd7ef251a087641adade7ac2d0b5c78c23ce7bce.tar.gz
Updated to 0.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 127f4c4ac809..203ec2d4458d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-odrive
pkgdesc = Control utilities for the ODrive high performance motor controller
- pkgver = 0.6.5.post2
- pkgrel = 2
+ pkgver = 0.6.7
+ pkgrel = 1
arch = any
license = MIT
makedepends = python-installer
@@ -12,7 +12,7 @@ pkgbase = python-odrive
depends = python-pyusb
depends = python-setuptools
optdepends = python-matplotlib: required to run the liveplotter
- source = https://files.pythonhosted.org/packages/py3/o/odrive/odrive-0.6.5.post2-py3-none-any.whl
- sha256sums = 8fd8fd957eb67c477d01eed8cbac1fd557229cdfd81c7ebdb3f4d5cee21caa19
+ source = https://files.pythonhosted.org/packages/py3/o/odrive/odrive-0.6.7-py3-none-any.whl
+ sha256sums = e5a8f4754f7699e1db8f36c27a53de4919e9e089e807ba64860abcee70a88a8e
pkgname = python-odrive
diff --git a/PKGBUILD b/PKGBUILD
index 15ee867f1da2..01529707df46 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.5.post2
-pkgrel=2
+pkgver=0.6.7
+pkgrel=1
pkgdesc="Control utilities for the ODrive high performance motor controller"
arch=('any')
license=('MIT')
@@ -12,7 +12,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")
-sha256sums=('8fd8fd957eb67c477d01eed8cbac1fd557229cdfd81c7ebdb3f4d5cee21caa19')
+sha256sums=('e5a8f4754f7699e1db8f36c27a53de4919e9e089e807ba64860abcee70a88a8e')
noextract=()
package() {