summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2022-12-10 15:27:41 -0800
committerTyler Veness2022-12-10 15:27:41 -0800
commitc9abdc0be43ad895f1be1e33054c4606ed3eddcb (patch)
tree3a22eedaf059e305e243706fff2799edf5fbfc27
parent0fc8545e3648a3afc4068203151afcdebdf3a546 (diff)
downloadaur-c9abdc0be43ad895f1be1e33054c4606ed3eddcb.tar.gz
upgpkg: wpimath 2023.1.1-beta-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f17bd148a1..13f13a1a7f97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
- pkgver = 2023.1.1b5
+ pkgver = 2023.1.1b6
pkgrel = 1
url = https://github.com/wpilibsuite/allwpilib
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = wpimath
depends = eigen
options = !strip
options = staticlibs
- source = git+https://github.com/wpilibsuite/allwpilib#tag=v2023.1.1-beta-5
+ source = git+https://github.com/wpilibsuite/allwpilib#tag=v2023.1.1-beta-6
source = Suppress-Eigen-warning.patch
md5sums = SKIP
md5sums = 0116ecb4c78683a00db29f15c23b2920
diff --git a/PKGBUILD b/PKGBUILD
index a25f40b45560..d09297f76561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2023.1.1b5
+pkgver=2023.1.1b6
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-5'
+source=('git+https://github.com/wpilibsuite/allwpilib#tag=v2023.1.1-beta-6'
'Suppress-Eigen-warning.patch')
md5sums=('SKIP'
'0116ecb4c78683a00db29f15c23b2920')