summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-04-26 20:10:17 -0400
committerChris Severance2018-04-26 20:10:17 -0400
commit6332b9ea13e0d0c82d20f8b52626d2ad1c588fda (patch)
tree0e08270624d62148e0176dff62e70fad9422b1b0
parent8b8f72412c208bef2751dfda3e1f4ff045d41e65 (diff)
downloadaur-6332b9ea13e0d0c82d20f8b52626d2ad1c588fda.tar.gz
Fix for pacaur
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a0922af4b06..7e40ddd4d781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,8 @@ sha256sums=('4ed406e6786163514ff0714af7417e680c56cbe1edcb297196d6dbee2ffa798b'
#sha256sums=('78848118509d1cc96c5d686680de55675f556ceb3f2849180dc4e9a3bb9b6c0f')
#PKGEXT='.pkg.tar.gz'
-prepare() {
+# Should be in package() but pacaur supresses the message and does not halt on package() failure.
+build() {
set -u
if ! test -e "${startdir}/${_srcfile}"; then
local _url='https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux'