summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-06-08 09:35:52 -0600
committerMark Wagie2023-06-08 09:35:52 -0600
commite7af7fd7c020791099e0669e980059d366271ecf (patch)
tree6c951505da89568ea8fbf89b24e31481351d217f
parentfe035031534b1c03aa99299c37f89f2ad3cd4b36 (diff)
downloadaur-e7af7fd7c020791099e0669e980059d366271ecf.tar.gz
23.06.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7266c7c51737..bc552ac24482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 23.06.1
+ pkgver = 23.06.2
pkgrel = 1
url = https://github.com/linuxmint/timeshift
install = timeshift.install
@@ -27,7 +27,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=0b3e43a1e4a26e06c85b97bf1749bef0e91d8d79
+ source = git+https://github.com/linuxmint/timeshift.git#commit=863e734ccc345cb18710937afc372cdd03b4a7ff
source = snapshot-detect.desktop
source = snapshot-detect
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1da1d1e56c8e..ee4f989b6cdf 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=23.06.1
+pkgver=23.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')
optdepends=('btrfs-progs: BTRFS support'
'grub-btrfs: BTRFS snapshots in grub')
install="$pkgname.install"
-_commit=0b3e43a1e4a26e06c85b97bf1749bef0e91d8d79 # tags/23.06.1^0
+_commit=863e734ccc345cb18710937afc372cdd03b4a7ff # tags/23.06.2^0
source=("git+https://github.com/linuxmint/timeshift.git#commit=$_commit"
'snapshot-detect.desktop'
'snapshot-detect')