patchsplit-bin

LOW
maintainer lingbopro 1 votes scanned 2026-08-25 03:25:42.010142
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: lingbopro <lingbopro [at] outlook [dot] com>
2pkgname=patchsplit-bin
3pkgver=1.0.2
4pkgrel=1
5pkgdesc="CLI tool to split pull requests into separate patches per commit"
6arch=('x86_64')
7url="https://github.com/zitzhen/patchsplit"
8license=('MIT')
9depends=('curl')
10provides=('patchsplit')
11conflicts=('patchsplit')
12source_x86_64=("${url}/releases/download/v${pkgver}/patchsplit-linux-x86_64.tar.gz")
13sha256sums_x86_64=('19d19cdb675a97b7560c9ef0194cc605d5b19232c68541693e2d5d7e00d6faef')
14package() {
15 cd "${srcdir}"
16 mkdir -p "${pkgdir}/usr/bin"
17 install -m755 "${srcdir}/patchsplit" "${pkgdir}/usr/bin/patchsplit"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 03:25:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion