revision-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-23 03:19:42.155123
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=bapatchirag
4_gitname=revision
5_appname=${_gitname}
6pkgname=${_gitname}-bin
7pkgdesc="Lazygit for SVN - a fast, keyboard-driven TUI for SVN"
8
9pkgver=1.7.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux-amd64' 'linux-arm64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22depends=('subversion')
23provides=("${_appname}")
24conflicts=("${pkgname%-bin}")
25
26options=('!strip')
27
28source=("README-${pkgver}.md::${_ghurlraw}/README.md"
29 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
30source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
31source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
32sha256sums=('5ce1604b06d1c3dbaac555c2d2369ffb3bb407ccf531def6b11a81458a6814e0'
33 'fa0744b49963fef94ca4dcce4d4dc94b9ea7d86849675f2b411c373fe5cc1aa7')
34sha256sums_x86_64=('0e2fa6276de7168293a62c70ffc654963e750e002e05b5c1389c3d6703ccb1e0')
35sha256sums_aarch64=('21e4c83b8ca91d63067c06c04bc5b308d0f420f81eb6d21a5da870ffa8890349')
36
37
38package() {
39 cd "${srcdir}/" || exit
40
41 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
42
43 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
44
45 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 03:19: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