che-bin

maintainer Dominiquini · 1 votes · scanned 2026-08-18 05:38:33.671963
LOW
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=aroum
4_gitname=che
5_appname=che
6_appalias=ch
7pkgname=${_appname}-bin
8pkgdesc="💥 Blazing fast terminal file manager written in Rust, based on async I/O with true dual panel mode"
9
10pkgver=26.8.15
11pkgrel=1
12_gitversion=v${pkgver}
13
14arch=('x86_64' 'aarch64')
15_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
16
17_ghurl="https://github.com/${_gitauthor}/${_gitname}"
18_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
19url=${_ghurl}
20
21license=('MIT')
22
23provides=("${_appname}" "${_appalias}")
24conflicts=("${pkgname%-bin}")
25depends=('glibc' 'libgcc')
26
27options=('!strip')
28
29source_x86_64=("${_appname}-${arch[0]}-${pkgver}.zip::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[0]}.zip")
30source_aarch64=("${_appname}-${arch[1]}-${pkgver}.zip::${_ghurl}/releases/download/${_gitversion}/${_gitname}-${_gitversion}-${_barch[1]}.zip")
31sha256sums_x86_64=('2ebf84cac16738e9c729ca2b10d76778fda342d39260eda2deb93ac5dea7388f')
32sha256sums_aarch64=('c8d638ee1f3e1e1c1ceb0ac72715b62fc5bc24629a76c77c01b2535f41982ac0')
33
34
35case ${CARCH} in
36 ${arch[0]})
37 _CARCH=${_barch[0]}
38 ;;
39
40 ${arch[1]})
41 _CARCH=${_barch[1]}
42 ;;
43esac
44
45package() {
46 cd "${srcdir}/${_gitname}-${_gitversion}-${_CARCH}/" || exit
47
48 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
49 install -Dm755 "${_appalias}" "${pkgdir}/usr/bin/${_appalias}"
50
51 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
52
53 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
54}
55

Changes since previous scan

--- PKGBUILD @ 2026-08-17 00:18
+++ PKGBUILD @ 2026-08-18 05:38
@@ -2,7 +2,8 @@
_gitauthor=aroum
_gitname=che
-_appname=${_gitname}
+_appname=che
+_appalias=ch
pkgname=${_appname}-bin
pkgdesc="💥 Blazing fast terminal file manager written in Rust, based on async I/O with true dual panel mode"
@@ -19,8 +20,8 @@
license=('MIT')
-provides=("${_appname}")
-conflicts=("${_appname}")
+provides=("${_appname}" "${_appalias}")
+conflicts=("${pkgname%-bin}")
depends=('glibc' 'libgcc')
options=('!strip')
@@ -45,6 +46,7 @@
cd "${srcdir}/${_gitname}-${_gitversion}-${_CARCH}/" || exit
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
+ install -Dm755 "${_appalias}" "${pkgdir}/usr/bin/${_appalias}"
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 05:38:33 LOW 1
2026-08-17 00:18:29 CLEAN 2
2026-08-16 15:32:49 LOW 1
2026-08-12 00:27:08 CLEAN 2
2026-08-11 13:21:13 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