summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorTyler Veness2024-06-23 14:27:23 -0700
committerTyler Veness2024-06-23 14:27:23 -0700
commit7c792730200f3e8c5fcf8d45ba066cc95ff5ec9b (patch)
tree7b59834fd0a7ee8107a0c631ab4a9e1705bcdf22 /.SRCINFO
parent61997bbbdd88d5503d05b51a39024db9a808d82a (diff)
downloadaur-7c792730200f3e8c5fcf8d45ba066cc95ff5ec9b.tar.gz
Add missing Python build dependencies
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 317026f1156d..7ea8381d3817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-wpiformat-git
pkgdesc = Linters and formatters for ensuring WPILib's source code conforms to its style guide
- pkgver = 2023.28
- pkgrel = 2
+ pkgver = 2024.31
+ pkgrel = 1
url = https://github.com/wpilibsuite/styleguide
arch = i686
arch = x86_64
license = custom=FRC-BSD
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-tox
depends = python-regex
depends = python-black