summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 909c20ba4217..24c5db31a227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ set -u
_ubver='19.01'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
-pkgrel='2'
+pkgrel='3'
pkgdesc='A system restore utility for Linux'
arch=('i686' 'x86_64')
#url='https://launchpad.net/~teejee2008/+archive/ubuntu/ppa'
@@ -53,7 +53,7 @@ prepare() {
set -u
cd "${_srcdir}"
# ndowens04 2019-01-30 02:45
- sed -e 's:--thread:& Core/AppExcludeEntry.vala:' -i 'src/makefile'
+ #sed -e 's:--thread:& Core/AppExcludeEntry.vala:' -i 'src/makefile'
set +u
}