summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2023-11-03 20:49:38 -0700
committerTyler Veness2023-11-03 20:49:38 -0700
commitd371fefe801d3e130296ce1047e367c387e81af0 (patch)
tree4b69642ca778cec12dde743c28461849984af160
parent6e5dda7c4dcedd8072cf59e72bff07d04c119b2c (diff)
downloadaur-d371fefe801d3e130296ce1047e367c387e81af0.tar.gz
upgpkg: wpimath 2024.1.1-beta-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 425a66c31f92..5c88c673a391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
- pkgver = 2024.1.1b2
+ pkgver = 2024.1.1b3
pkgrel = 1
url = https://github.com/wpilibsuite/allwpilib
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = wpimath
depends = protobuf
options = !strip
options = staticlibs
- source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.1.1-beta-2
+ source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.1.1-beta-3
source = Don_t-treat-warnings-as-errors.patch
md5sums = SKIP
md5sums = 06355c12d930efa26edbbe11f633831a
diff --git a/PKGBUILD b/PKGBUILD
index 331a76a95a97..3bd328fd5bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2024.1.1b2
+pkgver=2024.1.1b3
pkgrel=1
pkgdesc="WPILib's mathematics and controls library"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('fmt' 'eigen' 'protobuf')
makedepends=('cmake')
license=('BSD' 'MIT')
options=('!strip' 'staticlibs')
-source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2024.1.1-beta-2'
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2024.1.1-beta-3'
'Don_t-treat-warnings-as-errors.patch')
md5sums=('SKIP'
'06355c12d930efa26edbbe11f633831a')