From 997adfa15792018854c5ec8c2cccc4be852b77d6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 30 Jan 2019 00:03:31 -0200 Subject: [PATCH] timeshift: broken --- srcpkgs/timeshift/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template index d4c35cab66c..291c5deed29 100644 --- a/srcpkgs/timeshift/template +++ b/srcpkgs/timeshift/template @@ -19,6 +19,8 @@ post_extract() { sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala } +broken="error: The type name 'AppExcludeEntry' could not be found" + post_install() { rm "${DESTDIR}/usr/bin/timeshift-uninstall" }