middleclick-autoscroll

LOW
maintainer Felitendo 1 votes scanned 2026-08-24 15:23:42.374088
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: Felitendo
2# This PKGBUILD is updated automatically:
3# https://github.com/Felitendo/PKGBUILDS
4
5pkgname=middleclick-autoscroll
6pkgver=1.1.0
7pkgrel=1
8pkgdesc="Middle-click autoscroll in every application that supports it"
9arch=('any')
10url="https://github.com/Felitendo/middleclick-autoscroll"
11license=('GPL-3.0-or-later')
12depends=('bash' 'systemd' 'coreutils' 'gawk' 'grep' 'sed' 'gettext')
13makedepends=('gettext' 'scdoc')
14optdepends=('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')
18install="${pkgname}.install"
19source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
20sha256sums=('a1385431c9ea900a775bd323a6fe311cb566f584c5c68eeed46de42351d6d263')
21
22build() {
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
28package() {
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)SeverityRules
2026-08-24 15:23:42 Low 1
2026-08-17 00:18:29 Clean 2
2026-08-16 19:33:38 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