summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2023-01-12 20:47:02 -0800
committerTyler Veness2023-01-12 20:47:41 -0800
commitb5afd783e1a1c43c56cb7e4e37cdddc720e5d500 (patch)
tree3587ad8a5a08ceb557d74db76968d8db930ec9ef
parent31c4e15bba842c03fce8a0903dd5a57c27b9fa40 (diff)
downloadaur-b5afd783e1a1c43c56cb7e4e37cdddc720e5d500.tar.gz
Update description to match upstream
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb190e4fd061..e8e7200e7e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-frccontrol-git
- pkgdesc = Provides wrappers around Python Control for making development of state-space models for the FIRST Robotics Competition easier.
- pkgver = 2022.13
+ pkgdesc = Provides SciPy wrappers that ease development of state-space models for the FIRST Robotics Competition.
+ pkgver = 2023.13
pkgrel = 1
url = https://github.com/calcmogul/frccontrol.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a0dab27e9c11..7179d0f51a25 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Modelmat <modelmat@outlook.com.au>
pkgname=python-frccontrol-git
-pkgver=2022.13
+pkgver=2023.13
pkgrel=1
-pkgdesc="Provides wrappers around Python Control for making development of state-space models for the FIRST Robotics Competition easier."
+pkgdesc="Provides SciPy wrappers that ease development of state-space models for the FIRST Robotics Competition."
arch=("x86_64")
url="https://github.com/calcmogul/frccontrol.git"
license=("BSD")