Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/prek/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'prek'
pkgname=prek
version=0.3.6
version=0.3.8
revision=1
build_style=cargo
build_helper=qemu
Expand All @@ -9,7 +9,7 @@ make_install_args="--path crates/prek"
make_check_args="--
--skip bun:: --skip haskell:: --skip lua:: --skip node:: --skip pygrep::
--skip python:: --skip ruby:: --skip script:: --skip golang:: --skip julia::
--skip swift:: --skip rust:: --skip languages::"
--skip swift:: --skip rust:: --skip languages:: --skip deno::"
depends="git"
checkdepends="${depends} python3"
short_desc="Framework for running git pre-commit hooks"
Expand All @@ -18,7 +18,7 @@ license="MIT"
homepage="https://prek.j178.dev"
changelog="https://raw.githubusercontent.com/j178/prek/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/j178/prek/archive/refs/tags/v${version}.tar.gz"
checksum=9f39ea242ff680b11e78164e94c45f11d15b1fdcf1b4af2a659bbd43945315ed
checksum=fdca3ff08b10d4d8fc3dc820c704eb32f32bc838bf755ac11dbb8ae182fee774

post_install() {
for shell in bash fish zsh; do
Expand Down