summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2022-07-11 17:03:37 -0700
committerTyler Veness2022-07-11 17:03:37 -0700
commit758f9112a7eb7a59afbfd016386e4ba8833f8c45 (patch)
tree53070b641f2378d13ce43334162cb5db410ffa39
parentbaf7b2d4933b4c581ed9679bdb4270c1cbc4ffec (diff)
downloadaur-758f9112a7eb7a59afbfd016386e4ba8833f8c45.tar.gz
Fix Git URL and update Python formatter dependency
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c673628bf3..042b5b9bd09f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-wpiformat-git
pkgdesc = Linters and formatters for ensuring WPILib's source code conforms to its style guide
- pkgver = 2021.51
+ pkgver = 2022.22
pkgrel = 1
- url = http://github.com/wpilibsuite/styleguide
+ url = https://github.com/wpilibsuite/styleguide
arch = i686
arch = x86_64
license = custom=FRC-BSD
@@ -12,10 +12,10 @@ pkgbase = python-wpiformat-git
makedepends = git
depends = python-regex
depends = clang
- depends = yapf
+ depends = python-black
provides = python-wpiformat
conflicts = python-wpiformat
- source = git+git://github.com/wpilibsuite/styleguide
+ source = git+https://github.com/wpilibsuite/styleguide
md5sums = SKIP
pkgname = python-wpiformat-git
diff --git a/PKGBUILD b/PKGBUILD
index 9292941b589a..08a9b4585612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=python-wpiformat-git
_gitname=styleguide
-pkgver=2021.51
+pkgver=2022.22
pkgrel=1
pkgdesc="Linters and formatters for ensuring WPILib's source code conforms to its style guide"
arch=('i686' 'x86_64')
-url="http://github.com/wpilibsuite/styleguide"
+url="https://github.com/wpilibsuite/styleguide"
license=('custom=FRC-BSD')
-depends=('python-regex' 'clang' 'yapf')
+depends=('python-regex' 'clang' 'python-black')
makedepends=('git')
checkdepends=('python-pytest-runner' 'python-pip' 'git')
provides=('python-wpiformat')
conflicts=('python-wpiformat')
-source=(git+git://github.com/wpilibsuite/styleguide)
+source=(git+https://github.com/wpilibsuite/styleguide)
md5sums=('SKIP')
pkgver() {