summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-22 08:41:57 -0700
committerMark Wagie2022-11-22 08:41:57 -0700
commita8f0b1025258bedbf6cfe305018edebdebc381e8 (patch)
tree8b35512cb058b5e88899805e3498aa8ab9f35fad
parent25aaa4f9877d2c70effe126c902d28929f478e51 (diff)
downloadaur-a8f0b1025258bedbf6cfe305018edebdebc381e8.tar.gz
22.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cd7c2d63e69..40c98131d9d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
- pkgver = 22.06.5+12+g92ad80c
- pkgrel = 2
+ pkgver = 22.11.1
+ pkgrel = 1
url = https://github.com/linuxmint/timeshift
install = timeshift.install
arch = i686
@@ -26,7 +26,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=92ad80cb0fba0520846108b021022dfbfd807335
+ source = git+https://github.com/linuxmint/timeshift.git#commit=3e0b78586012c87ef70cd30258f21016893f56a3
source = snapshot-detect.desktop
source = snapshot-detect
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 99665a11a38b..8b1d96415916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Doug Newgard <scimmia22 at outlook dot com>
# Contributor: Robert Orzanna <orschiro at gmail dot com>
pkgname=timeshift
-pkgver=22.06.5+12+g92ad80c
-pkgrel=2
+pkgver=22.11.1
+pkgrel=1
pkgdesc="A system restore utility for Linux"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/linuxmint/timeshift"
@@ -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=92ad80cb0fba0520846108b021022dfbfd807335 # tags/master.mint21
+_commit=3e0b78586012c87ef70cd30258f21016893f56a3 # tags/22.11.1^0
source=("git+https://github.com/linuxmint/timeshift.git#commit=$_commit"
# "read-only-btrfs-snapshot.patch"
"snapshot-detect.desktop"
@@ -35,7 +35,8 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgname"
- # Recursive make commands should always use the variable MAKE, not the explicit command name make
+ # Recursive make commands should always use the variable MAKE,
+ # not the explicit command name make
# https://real-world-systems.com/docs/make.1.html#SEC59
sed -i 's/make/$(MAKE)/g' makefile