summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorTyler Veness2023-07-23 13:35:39 -0700
committerTyler Veness2023-07-23 13:35:39 -0700
commit24d13b64f316f4726f214953689b6b213717a141 (patch)
tree5a14660e4ba476e666af1e260d0022c5146e1138 /.SRCINFO
parent4bf4889a368ef37c532977b1c6705922ff635f7f (diff)
downloadaur-24d13b64f316f4726f214953689b6b213717a141.tar.gz
Fix build failures with GCC 13
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0a1c5a55cb1..065cc9967b56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
pkgver = 2023.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/wpilibsuite/allwpilib
arch = x86_64
license = BSD
@@ -12,8 +12,10 @@ pkgbase = wpimath
options = !strip
options = staticlibs
source = git+https://github.com/wpilibsuite/allwpilib#tag=v2023.4.3
- source = Suppress-Eigen-warning.patch
+ source = Don_t-treat-warnings-as-errors.patch
+ source = Add-missing-include.patch
md5sums = SKIP
- md5sums = 0116ecb4c78683a00db29f15c23b2920
+ md5sums = 06355c12d930efa26edbbe11f633831a
+ md5sums = e2b9acf67122eca03efd62866a54ba59
pkgname = wpimath