summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2024-11-20 21:37:35 -0800
committerTyler Veness2024-11-20 21:37:35 -0800
commite275881ad4bcf66daa033148b2f92272b2022a72 (patch)
tree06b5f8b56bcf7f7227a680a6636c45356119f3b5 /PKGBUILD
parent364d92719143bd948ad543c475a09fde54a59dc3 (diff)
downloadaur-e275881ad4bcf66daa033148b2f92272b2022a72.tar.gz
Depend on eigen-git instead of eigen
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b06cd53ef03..0574429d72f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath-git
-pkgver=2024.1.1.beta.4.r20.gd1793f077d
+pkgver=2025.1.1.beta.2.r0.g0a3ccf93c6
pkgrel=1
pkgdesc="WPILib's mathematics and controls library"
arch=('x86_64')
url='https://github.com/wpilibsuite/allwpilib'
-depends=('fmt' 'eigen' 'protobuf')
+depends=('fmt' 'eigen-git' 'protobuf')
makedepends=('cmake')
provides=('wpimath')
conflicts=('wpimath')