summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2024-02-23 19:20:43 -0800
committerTyler Veness2024-02-23 19:20:43 -0800
commitef308cbce3c17f0af006b9f9bd4e65ca651e0ed1 (patch)
treeab8d6ad20c89ff08f8c1163e225cf8942e5d0ba5
parentc3d939b2347711637a3ab7911add85a6ff0cb437 (diff)
downloadaur-ef308cbce3c17f0af006b9f9bd4e65ca651e0ed1.tar.gz
upgpkg: wpimath 2024.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d62fa4517a1f..ad1d68305936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
- pkgver = 2024.2.1
+ pkgver = 2024.3.1
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.2.1
+ source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.3.1
md5sums = SKIP
pkgname = wpimath
diff --git a/PKGBUILD b/PKGBUILD
index 31b0d23e8095..89241a5e049d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2024.2.1
+pkgver=2024.3.1
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.2.1')
+source=("git+https://github.com/wpilibsuite/allwpilib#tag=v$pkgver")
md5sums=('SKIP')
build() {