summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2023-10-20 11:30:29 -0700
committerTyler Veness2023-10-20 11:30:29 -0700
commit6e5dda7c4dcedd8072cf59e72bff07d04c119b2c (patch)
treecf2473d1a997b581a706633e33b94b17efd6e93a
parentbba89ecb1b4ee44cfa2c28ee44f38f0c2783a8c8 (diff)
downloadaur-6e5dda7c4dcedd8072cf59e72bff07d04c119b2c.tar.gz
upgpkg: wpimath 2024.1.1-beta-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 619e2aba3298..425a66c31f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
- pkgver = 2024.1.1b1
+ pkgver = 2024.1.1b2
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-1
+ source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.1.1-beta-2
source = Don_t-treat-warnings-as-errors.patch
md5sums = SKIP
md5sums = 06355c12d930efa26edbbe11f633831a
diff --git a/PKGBUILD b/PKGBUILD
index 8bcb1e93d813..331a76a95a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2024.1.1b1
+pkgver=2024.1.1b2
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-1'
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2024.1.1-beta-2'
'Don_t-treat-warnings-as-errors.patch')
md5sums=('SKIP'
'06355c12d930efa26edbbe11f633831a')