summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2021-10-08 22:35:29 +0530
committerlibrewish2021-10-08 22:35:29 +0530
commitcf457f6864ccc2028b28858075fcc4272220cafb (patch)
treef8f30f295dde278cc70f0aa868afc0ba5eb7d67c
parent013bccd4c2b05d065fb690951e49a1bbd4340fa9 (diff)
downloadaur-cf457f6864ccc2028b28858075fcc4272220cafb.tar.gz
disable read only btrfs snapshot patch as timeshift sometimes is unable to delete them
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 862d1b98c7cf..e5156f2a3cdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Robert Orzanna <orschiro at gmail dot com>
pkgname=timeshift
pkgver=21.09.1
-pkgrel=1
+pkgrel=2
pkgdesc="A system restore utility for Linux"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/teejee2008/timeshift"
@@ -41,7 +41,7 @@ prepare() {
sed -i -e 's/--Xcc="-O3" //g' src/makefile
# https://github.com/teejee2008/timeshift/pull/685
- patch -Np1 -i "$srcdir"/read-only-btrfs-snapshot.patch
+ #patch -Np1 -i "$srcdir"/read-only-btrfs-snapshot.patch
}
build() {