Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / timeshift
Commits: 7a35d815 by Robin Candau at 2025-12-10T18:50:39+01:00 upgpkg: 25.12.0-2: Remove 'which' as a dependency Not needed anymore: https://github.com/linuxmint/timeshift/commit/e7aa90280c54621d00edcac3f4c391cba38f74b4 Closes https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/issues/6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = timeshift pkgdesc = A system restore utility for Linux pkgver = 25.12.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/linuxmint/timeshift install = timeshift.install arch = x86_64 @@ -16,7 +16,6 @@ pkgbase = timeshift depends = rsync depends = xapp depends = cronie - depends = which optdepends = btrfs-progs: For BTRFS support optdepends = grub-btrfs: For BTRFS snapshots in GRUB optdepends = xorg-xhost: For authorization on Wayland ===================================== PKGBUILD ===================================== @@ -8,12 +8,12 @@ pkgname=timeshift pkgver=25.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="A system restore utility for Linux" url="https://github.com/linuxmint/timeshift" arch=('x86_64') license=('GPL-2.0-or-later') -depends=('libgee' 'json-glib' 'gtk3' 'vte3' 'rsync' 'xapp' 'cronie' 'which') +depends=('libgee' 'json-glib' 'gtk3' 'vte3' 'rsync' 'xapp' 'cronie') makedepends=('help2man' 'meson' 'vala') optdepends=('btrfs-progs: For BTRFS support' 'grub-btrfs: For BTRFS snapshots in GRUB' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/commit/7a35d815039b8f52e5ead731c974b5fa08769cd2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/commit/7a35d815039b8f52e5ead731c974b5fa08769cd2 You're receiving this email because of your account on gitlab.archlinux.org.
