Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
pre-commit
Commits:
1a93590b by Jelle van der Waa at 2025-12-27T15:52:19+01:00
upgpkg: 4.4.0-3: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pre-commit
pkgdesc = A framework for managing and maintaining multi-language
pre-commit hooks
pkgver = 4.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pre-commit/pre-commit
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname='pre-commit'
pkgver=4.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="A framework for managing and maintaining multi-language pre-commit
hooks"
url="https://github.com/pre-commit/pre-commit"
license=('MIT')
@@ -53,6 +53,7 @@ build() {
check() {
cd pre-commit-$pkgver
+ export GIT_CONFIG_GLOBAL="$HOME/.gitconfig"
git init
git config user.email "pony@arch"
git config user.name "Lucky Pony"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pre-commit/-/commit/1a93590baaadead407e9ddd63183b570b01d27dc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pre-commit/-/commit/1a93590baaadead407e9ddd63183b570b01d27dc
You're receiving this email because of your account on gitlab.archlinux.org.