Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
timeshift
Commits:
e277f797 by Robin Candau at 2024-07-21T17:22:30+02:00
upgpkg: 24.06.3-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 24.06.2
+ pkgver = 24.06.3
pkgrel = 1
url = https://github.com/linuxmint/timeshift
install = timeshift.install
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = help2man
makedepends = meson
makedepends = vala
@@ -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-24.06.2.tar.gz::https://github.com/linuxmint/timeshift/archive/refs/tags/24.06.2.tar.gz
- sha256sums =
0b96144195b23fee25fe1cd2f5391e450be554dd9b3ccc5f842fde3653126739
+ source =
timeshift-24.06.3.tar.gz::https://github.com/linuxmint/timeshift/archive/refs/tags/24.06.3.tar.gz
+ sha256sums =
d5151abba395ceb54d7b3383c52f30ed99ecb880d09c5a8c9f666dceef2015ca
pkgname = timeshift
=====================================
PKGBUILD
=====================================
@@ -7,12 +7,12 @@
# Contributor: Robert Orzanna <orschiro at gmail dot com>
pkgname=timeshift
-pkgver=24.06.2
+pkgver=24.06.3
pkgrel=1
pkgdesc="A system restore utility for Linux"
-arch=('x86_64')
url="https://github.com/linuxmint/timeshift"
-license=('GPL2')
+arch=('x86_64')
+license=('GPL-2.0-or-later')
depends=('libgee' 'json-glib' 'gtk3' 'vte3' 'rsync' 'xapp' 'cronie' 'which')
makedepends=('help2man' 'meson' 'vala')
optdepends=('btrfs-progs: For BTRFS support'
@@ -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=('0b96144195b23fee25fe1cd2f5391e450be554dd9b3ccc5f842fde3653126739')
+sha256sums=('d5151abba395ceb54d7b3383c52f30ed99ecb880d09c5a8c9f666dceef2015ca')
build() {
arch-meson "${pkgname}-${pkgver}" build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/commit/e277f7976d48c9fcf17bc1e3ab6ed696ae6c55c1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/commit/e277f7976d48c9fcf17bc1e3ab6ed696ae6c55c1
You're receiving this email because of your account on gitlab.archlinux.org.