summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2023-03-29 09:43:59 -0700
committerTyler Veness2023-03-29 09:43:59 -0700
commitb59d1abb31d529e19d387675d8e2f84a26467440 (patch)
treef55740277cb68e7515d870074ca98a1526042009 /PKGBUILD
parent374813f3af9425fc694c40f1d34bdbf07d76c7fa (diff)
downloadaur-b59d1abb31d529e19d387675d8e2f84a26467440.tar.gz
upgpkg: wpimath 2023.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f29861bd79e0..856ce518131a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2023.4.2
+pkgver=2023.4.3
pkgrel=1
pkgdesc="WPILib's mathematics and controls library"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('fmt' 'eigen')
makedepends=('cmake')
license=('BSD' 'MIT')
options=('!strip' 'staticlibs')
-source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2023.4.2'
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2023.4.3'
'Suppress-Eigen-warning.patch')
md5sums=('SKIP'
'0116ecb4c78683a00db29f15c23b2920')