From 01b74ae5dfb99f1d7aa7f451f361469f492dd631 Mon Sep 17 00:00:00 2001 From: Archlinux-Jerry Build Bot Date: Thu, 24 Oct 2019 00:04:19 +0800 Subject: [PATCH] change: update hook for yay, fix syntax error --- yay/buildbot.update.d/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/yay/buildbot.update.d/update.sh b/yay/buildbot.update.d/update.sh index 4020b46..e14e1e0 100755 --- a/yay/buildbot.update.d/update.sh +++ b/yay/buildbot.update.d/update.sh @@ -24,6 +24,7 @@ PATCHES=( # prepare upstream source prepare() { # sed -i "s/^arch=.*$/arch=('aarch64')/g" PKGBUILD + true } # which files to include, overrides exclude_files below