cachy-auto-update
LOW
maintainer Felitendo
1 votes
scanned 2026-08-20 19:12:21.626580
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=cachy-auto-update
6
pkgver=1.3.0
7
pkgrel=1
8
pkgdesc="Unattended background updates for CachyOS, aware of battery, gaming and manual package management"
9
arch=('any')
10
url="https://github.com/Felitendo/cachy-auto-update"
11
license=('GPL-3.0-or-later')
12
depends=('bash' 'systemd' 'pacman' 'pacman-contrib' 'util-linux' 'sudo'
13
'gettext')
14
makedepends=('gettext' 'scdoc')
15
optdepends=('paru: AUR package updates'
16
'yay: AUR package updates'
17
'base-devel: required to build AUR packages'
18
'flatpak: Flatpak updates'
19
'libnotify: desktop notifications'
20
'gearlever: AppImage updates'
21
'python-gobject: progress bar in the desktop taskbar')
22
backup=('etc/cachy-auto-update/cachy-auto-update.conf'
23
'etc/logrotate.d/cachy-auto-update')
24
install="${pkgname}.install"
25
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
26
sha256sums=('4a9d7c1cbc52beffb7ee5478a5a20ef7a29e767348744cd41a198fccc7108746')
27
28
build() {
29
# pass the version being packaged so `cachy-auto-update --version` cannot
30
# drift away from pkgver
31
make -C "${pkgname}-${pkgver}" VERSION="$pkgver"
32
}
33
34
package() {
35
make -C "${pkgname}-${pkgver}" VERSION="$pkgver" DESTDIR="$pkgdir" install
36
}
37
Changes since previous scan
--- PKGBUILD @ 2026-08-15 00:26+++ PKGBUILD @ 2026-08-20 19:12@@ -3,7 +3,7 @@ # https://github.com/Felitendo/PKGBUILDS pkgname=cachy-auto-update-pkgver=1.2.1+pkgver=1.3.0 pkgrel=1 pkgdesc="Unattended background updates for CachyOS, aware of battery, gaming and manual package management" arch=('any')@@ -23,7 +23,7 @@ 'etc/logrotate.d/cachy-auto-update') install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")-sha256sums=('335baba769ce2598f0df4eee51d2da35fa7318d7d9497490078c5afd8d6c61e9')+sha256sums=('4a9d7c1cbc52beffb7ee5478a5a20ef7a29e767348744cd41a198fccc7108746') build() { # pass the version being packaged so `cachy-auto-update --version` cannotScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 19:12:21 | Low | 1 |
| 2026-08-15 00:26:13 | Clean | 2 |
| 2026-08-14 13:29:16 | Low | 1 |
| 2026-08-14 11:29:14 | Low | 1 |
| 2026-08-14 09:28:24 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 15:21:23 | Low | 1 |