summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2022-07-16 00:37:45 -0700
committerTyler Veness2022-07-16 00:37:45 -0700
commit2247743089e64164ae3373b3e6aeb3aabbd73d57 (patch)
tree69326c5e88449bad8314a3625ed00a45d42f855b
parentdb4e76c40776ca3550310b85c2f191d7f064ca30 (diff)
downloadaur-2247743089e64164ae3373b3e6aeb3aabbd73d57.tar.gz
Update dependencies
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19969932e00b..de26b1b3f733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-frccontrol-git
pkgdesc = Provides wrappers around Python Control for making development of state-space models for the FIRST Robotics Competition easier.
- pkgver = 2021.17
+ pkgver = 2022.12
pkgrel = 1
url = https://github.com/calcmogul/frccontrol.git
arch = x86_64
license = BSD
- depends = python-control
+ depends = python-scipy
+ depends = python-numpy
source = python-frccontrol-git::git+https://github.com/calcmogul/frccontrol.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index de0beb8de71b..636d93069756 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Modelmat <modelmat@outlook.com.au>
pkgname=python-frccontrol-git
-pkgver=2021.17
+pkgver=2022.12
pkgrel=1
pkgdesc="Provides wrappers around Python Control for making development of state-space models for the FIRST Robotics Competition easier."
arch=("x86_64")
url="https://github.com/calcmogul/frccontrol.git"
license=("BSD")
-depends=("python-control")
+depends=("python-scipy" "python-numpy")
source=(${pkgname}::"git+https://github.com/calcmogul/frccontrol.git")
md5sums=('SKIP')