summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2023-02-27 08:33:22 -0800
committerTyler Veness2023-02-27 08:33:22 -0800
commit374813f3af9425fc694c40f1d34bdbf07d76c7fa (patch)
tree51f22c5bc992097e7ab85e1b7e701fea66f27003 /PKGBUILD
parent53360f4774e338108466a88262571c9c399f8746 (diff)
downloadaur-374813f3af9425fc694c40f1d34bdbf07d76c7fa.tar.gz
upgpkg: wpimath 2023.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0eb8e8b0c33..f29861bd79e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2023.4.1
+pkgver=2023.4.2
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.1'
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2023.4.2'
'Suppress-Eigen-warning.patch')
md5sums=('SKIP'
'0116ecb4c78683a00db29f15c23b2920')