summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2024-06-23 14:27:23 -0700
committerTyler Veness2024-06-23 14:27:23 -0700
commit7c792730200f3e8c5fcf8d45ba066cc95ff5ec9b (patch)
tree7b59834fd0a7ee8107a0c631ab4a9e1705bcdf22
parent61997bbbdd88d5503d05b51a39024db9a808d82a (diff)
downloadaur-7c792730200f3e8c5fcf8d45ba066cc95ff5ec9b.tar.gz
Add missing Python build dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 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
diff --git a/PKGBUILD b/PKGBUILD
index 00a38f8cdd8a..08f5a20b1a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=python-wpiformat-git
-pkgver=2023.28
-pkgrel=2
+pkgver=2024.31
+pkgrel=1
pkgdesc="Linters and formatters for ensuring WPILib's source code conforms to its style guide"
arch=('i686' 'x86_64')
url="https://github.com/wpilibsuite/styleguide"
license=('custom=FRC-BSD')
depends=('python-regex' 'python-black' 'clang')
-makedepends=('python-tox')
+makedepends=('python-build' 'python-installer' 'python-tox')
provides=('python-wpiformat')
conflicts=('python-wpiformat')
source=(git+https://github.com/wpilibsuite/styleguide)