summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-06-27 10:10:33 -0600
committerMark Wagie2022-06-27 10:10:33 -0600
commitc55ac3af99a2195b026d6fb094eb6066885ae1e0 (patch)
treece97b8bdeee8dd184615d0660ca15f4a062458b1
parenteae8fd222e24495a95fb11f596e5c68d500a022c (diff)
downloadaur-c55ac3af99a2195b026d6fb094eb6066885ae1e0.tar.gz
22.06.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4498dac56a3e..a740ed44ce31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 22.06.1
+ pkgver = 22.06.2
pkgrel = 1
url = https://github.com/linuxmint/timeshift
install = timeshift.install
@@ -25,7 +25,7 @@ pkgbase = timeshift
depends = xorg-xhost
optdepends = btrfs-progs: BTRFS support
optdepends = grub-btrfs: BTRFS snapshots in grub
- source = git+https://github.com/linuxmint/timeshift.git#commit=2518b0616223d383fe58d9644e5d93aa0a027a2b
+ source = git+https://github.com/linuxmint/timeshift.git#commit=2383721c0d68ef8b061682df6fdc1358ef0af5db
source = read-only-btrfs-snapshot.patch
source = grub-btrfs.path
source = snapshot-detect.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9b97137e1045..9d9de7dd0589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Doug Newgard <scimmia22 at outlook dot com>
# Contributor: Robert Orzanna <orschiro at gmail dot com>
pkgname=timeshift
-pkgver=22.06.1
+pkgver=22.06.2
pkgrel=1
pkgdesc="A system restore utility for Linux"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -18,7 +18,7 @@ checkdepends=('appstream-glib' 'desktop-file-utils')
optdepends=('btrfs-progs: BTRFS support'
'grub-btrfs: BTRFS snapshots in grub')
install="$pkgname.install"
-_commit=2518b0616223d383fe58d9644e5d93aa0a027a2b
+_commit=2383721c0d68ef8b061682df6fdc1358ef0af5db
source=("git+https://github.com/linuxmint/timeshift.git#commit=$_commit"
"read-only-btrfs-snapshot.patch"
"grub-btrfs.path"