summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d07ca2cbe79f..6b5b8b0b9941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 21 05:14:27 UTC 2019
+# Wed Jan 30 20:33:26 UTC 2019
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
pkgver = 19.01
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/teejee2008/timeshift
install = timeshift-install.sh
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 745bc6b5bf4a..909c20ba4217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ set -u
_ubver='19.01'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
-pkgrel='1'
+pkgrel='2'
pkgdesc='A system restore utility for Linux'
arch=('i686' 'x86_64')
#url='https://launchpad.net/~teejee2008/+archive/ubuntu/ppa'
@@ -49,6 +49,14 @@ source=("${pkgname}_v${pkgver}.tgz::https://github.com/${_github}/${pkgname}/arc
sha256sums=('557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f')
#sha256sums[0]='SKIP'
+prepare() {
+ set -u
+ cd "${_srcdir}"
+ # ndowens04 2019-01-30 02:45
+ sed -e 's:--thread:& Core/AppExcludeEntry.vala:' -i 'src/makefile'
+ set +u
+}
+
build() {
set -u
make -C "${_srcdir}" -s -j1