Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / timeshift
Commits: eb603823 by Robin Candau at 2025-09-04T18:50:55+02:00 upgpkg: 25.07.7-1: New upstream release https://github.com/linuxmint/timeshift/releases/tag/25.07.7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = timeshift pkgdesc = A system restore utility for Linux - pkgver = 25.07.6 + pkgver = 25.07.7 pkgrel = 1 url = https://github.com/linuxmint/timeshift install = timeshift.install @@ -20,7 +20,7 @@ pkgbase = timeshift optdepends = btrfs-progs: For BTRFS support optdepends = grub-btrfs: For BTRFS snapshots in GRUB optdepends = xorg-xhost: For authorization on Wayland - source = timeshift-25.07.6.tar.gz::https://github.com/linuxmint/timeshift/archive/refs/tags/25.07.6.tar.gz - sha256sums = a9274ee1e5498403ab0c30b3c87889df023abc9fdc807a6e4ad0ce9755226674 + source = timeshift-25.07.7.tar.gz::https://github.com/linuxmint/timeshift/archive/refs/tags/25.07.7.tar.gz + sha256sums = c4de584ac4ab29d17edae35d372fc64fd3a92e6d15efb5eb8ea458b315c6d52f pkgname = timeshift ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ # Contributor: Robert Orzanna <orschiro at gmail dot com> pkgname=timeshift -pkgver=25.07.6 +pkgver=25.07.7 pkgrel=1 pkgdesc="A system restore utility for Linux" url="https://github.com/linuxmint/timeshift" @@ -20,7 +20,7 @@ optdepends=('btrfs-progs: For BTRFS support' 'xorg-xhost: For authorization on Wayland') install="${pkgname}.install" source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('a9274ee1e5498403ab0c30b3c87889df023abc9fdc807a6e4ad0ce9755226674') +sha256sums=('c4de584ac4ab29d17edae35d372fc64fd3a92e6d15efb5eb8ea458b315c6d52f') build() { arch-meson "${pkgname}-${pkgver}" build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/commit/eb6038238ce8c4e9bc8f57c288e3a510fdfebc4c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/commit/eb6038238ce8c4e9bc8f57c288e3a510fdfebc4c You're receiving this email because of your account on gitlab.archlinux.org.
