summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthøth2019-02-01 11:27:06 +0100
committerthøth2019-02-01 11:27:37 +0100
commit28bdaeebe607ec6bf11c2ca57693e1c0c2eba9f9 (patch)
tree02fe76e39f9e387d7027848fd86229f897c9853d
parenta78b17ee652a300cbb562bc75bd4c45105b43905 (diff)
downloadaur-28bdaeebe607ec6bf11c2ca57693e1c0c2eba9f9.tar.gz
updated name of optionnal dependency matplotlib
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19b155fa0d9a..1a98564e11cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-odrive
_pkgnamepython=odrive
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="python tools for odrive motors"
arch=('any')
url="https://github.com/madcowswe/ODrive"
license=('MIT')
depends=('ipython' 'python-pyusb' 'python-pyserial' 'python-requests' 'python-intelhex')
-optdepends=('matplotlib: required to run the liveplotter')
+optdepends=('python-matplotlib: required to run the liveplotter')
source=("https://files.pythonhosted.org/packages/source/${_pkgnamepython::1}/${_pkgnamepython}/${_pkgnamepython}-${pkgver}.tar.gz")