summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2022-11-08 15:29:53 -0800
committerTyler Veness2022-11-08 15:29:53 -0800
commit994420ebeda06900537da67a5fdd16c33e1cd792 (patch)
treeb69e4e413956f71b42c4d14ebe4adf717409fe85 /PKGBUILD
parent327189fe462cb81dd93216d78d89b4e0bf4bb227 (diff)
downloadaur-994420ebeda06900537da67a5fdd16c33e1cd792.tar.gz
upgpkg: wpimath 2023.1.1-beta-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e8ec689cf14..71a27452bbe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2023.1.1b1
+pkgver=2023.1.1b3
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.1.1-beta-1'
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2023.1.1-beta-3'
'Suppress-Eigen-warning.patch')
md5sums=('SKIP'
'0116ecb4c78683a00db29f15c23b2920')