tonepush
maintainer crmne
· 0 votes
· scanned 2026-08-18 09:39:35.720982
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: Carmine Paolino <carmine@paolino.me>
2
pkgname=tonepush
3
pkgver=0.5.2
4
pkgrel=1
5
pkgdesc="Open-source editor for Line 6 Helix and HX pedals, with a GUI and a scriptable CLI"
6
arch=('x86_64' 'aarch64')
7
url="https://tonepush.rocks"
8
license=('MIT')
9
install="${pkgname}.install"
10
optdepends=('libgl: for the GUI'
11
'libxkbcommon: for the GUI'
12
'wayland: for the GUI on Wayland'
13
'libx11: for the GUI on X11'
14
'p7zip: extract HX Edit model data from inside the app')
15
conflicts=('tonepush-git' 'stompchain')
16
replaces=('stompchain')
17
options=('!debug' '!strip')
18
_repo="https://github.com/crmne/tonepush"
19
source_x86_64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
20
source_aarch64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
21
sha256sums_x86_64=('87c6e1e146c423d873965b65cd322cdc67b7ac107322353f2f4707253a61f362')
22
sha256sums_aarch64=('42c3fb26c4fab6d2cba2e50c4ff3d83dc7dce6b28f0b8d27affe42e900fcdf4c')
23
24
package() {
25
local target
26
case "$CARCH" in
27
x86_64) target="x86_64-unknown-linux-gnu" ;;
28
aarch64) target="aarch64-unknown-linux-gnu" ;;
29
esac
30
local dir="${srcdir}/tonepush-v${pkgver}-${target}"
31
32
install -Dm755 "${dir}/tonepush" "${pkgdir}/usr/bin/tonepush"
33
install -Dm755 "${dir}/tonepush-gui" "${pkgdir}/usr/bin/tonepush-gui"
34
install -Dm644 "${dir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35
install -Dm644 "${dir}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
36
install -Dm644 "${dir}/packaging/applications/tonepush.desktop" \
37
"${pkgdir}/usr/share/applications/tonepush.desktop"
38
install -Dm644 "${dir}/packaging/icons/tonepush.svg" \
39
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/tonepush.svg"
40
install -Dm644 "${dir}/packaging/udev/70-line6-hx.rules" \
41
"${pkgdir}/usr/lib/udev/rules.d/70-line6-hx.rules"
42
}
43
Changes since previous scan
--- PKGBUILD @ 2026-08-17 11:35+++ PKGBUILD @ 2026-08-18 09:39@@ -1,6 +1,6 @@ # Maintainer: Carmine Paolino <carmine@paolino.me> pkgname=tonepush-pkgver=0.5.0+pkgver=0.5.2 pkgrel=1 pkgdesc="Open-source editor for Line 6 Helix and HX pedals, with a GUI and a scriptable CLI" arch=('x86_64' 'aarch64')@@ -18,8 +18,8 @@ _repo="https://github.com/crmne/tonepush" source_x86_64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz") source_aarch64=("${_repo}/releases/download/v${pkgver}/tonepush-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")-sha256sums_x86_64=('37ea004fe4c50c690d46671f209b29c08636475d6908efb7e0ea30e1ea699811')-sha256sums_aarch64=('e89641fef92157692c8a083094cfd8179039a37833d1e37f1ad195ff48aa9cce')+sha256sums_x86_64=('87c6e1e146c423d873965b65cd322cdc67b7ac107322353f2f4707253a61f362')+sha256sums_aarch64=('42c3fb26c4fab6d2cba2e50c4ff3d83dc7dce6b28f0b8d27affe42e900fcdf4c') package() { local targetScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 09:39:35 | LOW | 1 |
| 2026-08-18 00:03:42 | CLEAN | 2 |
| 2026-08-17 23:38:16 | LOW | 1 |
| 2026-08-17 11:35:53 | LOW | 1 |
| 2026-08-17 00:18:29 | CLEAN | 2 |
| 2026-08-16 19:33:38 | LOW | 1 |
| 2026-08-16 01:31:50 | LOW | 1 |
| 2026-08-16 00:03:42 | CLEAN | 2 |
| 2026-08-15 23:31:34 | LOW | 1 |
| 2026-08-15 17:30:51 | LOW | 1 |
| 2026-08-15 13:30:33 | LOW | 1 |
| 2026-08-15 11:30:23 | LOW | 1 |
| 2026-08-12 00:27:08 | CLEAN | 2 |
| 2026-08-11 13:21:13 | LOW | 1 |