middleclick-autoscroll
LOW
maintainer Felitendo
1 votes
scanned 2026-08-24 15:23:42.374088
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: Felitendo
2
# This PKGBUILD is updated automatically:
3
# https://github.com/Felitendo/PKGBUILDS
4
5
pkgname=middleclick-autoscroll
6
pkgver=1.1.0
7
pkgrel=1
8
pkgdesc="Middle-click autoscroll in every application that supports it"
9
arch=('any')
10
url="https://github.com/Felitendo/middleclick-autoscroll"
11
license=('GPL-3.0-or-later')
12
depends=('bash' 'systemd' 'coreutils' 'gawk' 'grep' 'sed' 'gettext')
13
makedepends=('gettext' 'scdoc')
14
optdepends=('flatpak: cover Flatpak applications too'
15
'spotify-launcher: cover the official Spotify client'
16
'steam: cover the Steam interface'
17
'desktop-file-utils: refresh the desktop database after a change')
18
install="${pkgname}.install"
19
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
20
sha256sums=('a1385431c9ea900a775bd323a6fe311cb566f584c5c68eeed46de42351d6d263')
21
22
build() {
23
# pass the version being packaged so `middleclick-autoscroll --version`
24
# cannot drift away from pkgver
25
make -C "${pkgname}-${pkgver}" VERSION="$pkgver"
26
}
27
28
package() {
29
make -C "${pkgname}-${pkgver}" VERSION="$pkgver" DESTDIR="$pkgdir" install
30
}
31
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-24 15:23@@ -3,7 +3,7 @@ # https://github.com/Felitendo/PKGBUILDS pkgname=middleclick-autoscroll-pkgver=1.0.2+pkgver=1.1.0 pkgrel=1 pkgdesc="Middle-click autoscroll in every application that supports it" arch=('any')@@ -17,7 +17,7 @@ 'desktop-file-utils: refresh the desktop database after a change') install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")-sha256sums=('b046fd59eec1dcd761fdb28cf13aedb400215e4eb6cd118989824d274990c6dd')+sha256sums=('a1385431c9ea900a775bd323a6fe311cb566f584c5c68eeed46de42351d6d263') build() { # pass the version being packaged so `middleclick-autoscroll --version`Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Low | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 19:33:38 | Low | 1 |