summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-07-08 10:25:28 -0600
committerMark Wagie2023-07-08 10:25:28 -0600
commit6f81bb3415aa21be3a027a5909817ae0120197a5 (patch)
tree6e90767a7b237a01908c2ea1bb67e3b363bb97eb
parente7af7fd7c020791099e0669e980059d366271ecf (diff)
downloadaur-timeshift.tar.gz
23.07.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc552ac24482..c33c708f486f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 23.06.2
+ pkgver = 23.07.1
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=863e734ccc345cb18710937afc372cdd03b4a7ff
+ source = git+https://github.com/linuxmint/timeshift.git#commit=e7fab11ae99465a8ac405981040482c9369e957a
source = snapshot-detect.desktop
source = snapshot-detect
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ee4f989b6cdf..cb3e0bcce4ab 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.2
+pkgver=23.07.1
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=863e734ccc345cb18710937afc372cdd03b4a7ff # tags/23.06.2^0
+_commit=e7fab11ae99465a8ac405981040482c9369e957a # tags/23.07.1^0
source=("git+https://github.com/linuxmint/timeshift.git#commit=$_commit"
'snapshot-detect.desktop'
'snapshot-detect')