summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2024-01-28 00:22:12 -0800
committerTyler Veness2024-01-28 00:22:12 -0800
commitc3d939b2347711637a3ab7911add85a6ff0cb437 (patch)
tree6afc1ac028a3f3a74f1c408256e152397c2b263e
parent747916641288dae462ea3ff421cf8db91fabaee7 (diff)
downloadaur-c3d939b2347711637a3ab7911add85a6ff0cb437.tar.gz
upgpkg: wpimath 2024.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7770f08e7b8..d62fa4517a1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
- pkgver = 2024.1.1
+ pkgver = 2024.2.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.1.1
+ source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.2.1
md5sums = SKIP
pkgname = wpimath
diff --git a/PKGBUILD b/PKGBUILD
index f92bf5665119..31b0d23e8095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2024.1.1
+pkgver=2024.2.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.1.1')
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2024.2.1')
md5sums=('SKIP')
build() {