timeshift-pacman

LOW
maintainer osguot 0 votes scanned 2026-08-25 11:26:09.289924
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: Ivan Burmin <osguot@vivaldi.net>
2
3pkgname=timeshift-pacman
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='Timeshift snapshots before install, upgrade, and remove pacman transactions'
7arch=('any')
8url='https://github.com/osguot/timeshift-pacman'
9license=('GPL-3.0-only')
10depends=('bash' 'coreutils' 'gawk' 'timeshift' 'util-linux')
11conflicts=('timeshift-autosnap')
12backup=('etc/timeshift-pacman.conf')
13source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
14sha256sums=('bbd6d17c04fddde86d73108a333ea4e5da6e0204066eb37e04b06c6e363cf51e')
15
16package() {
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)SeverityRules
2026-08-25 11:26:09 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