timeshift-pacman
LOW
maintainer osguot
0 votes
scanned 2026-08-25 11:26:09.289924
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: Ivan Burmin <osguot@vivaldi.net>
2
3
pkgname=timeshift-pacman
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc='Timeshift snapshots before install, upgrade, and remove pacman transactions'
7
arch=('any')
8
url='https://github.com/osguot/timeshift-pacman'
9
license=('GPL-3.0-only')
10
depends=('bash' 'coreutils' 'gawk' 'timeshift' 'util-linux')
11
conflicts=('timeshift-autosnap')
12
backup=('etc/timeshift-pacman.conf')
13
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
14
sha256sums=('bbd6d17c04fddde86d73108a333ea4e5da6e0204066eb37e04b06c6e363cf51e')
15
16
package() {
17
cd "$pkgname-$pkgver"
18
19
install -Dm755 usr/bin/timeshift-pacman \
20
"$pkgdir/usr/bin/timeshift-pacman"
21
install -Dm644 etc/timeshift-pacman.conf \
22
"$pkgdir/etc/timeshift-pacman.conf"
23
install -Dm644 usr/share/libalpm/hooks/*.hook \
24
-t "$pkgdir/usr/share/libalpm/hooks"
25
install -Dm644 LICENSE \
26
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 11:26:09 | Low | 1 |