summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-04-26 19:59:41 -0400
committerChris Severance2018-04-26 19:59:41 -0400
commit8b8f72412c208bef2751dfda3e1f4ff045d41e65 (patch)
tree9456aa85db86698d5d52120cfea10f8c2de93d4d
parentca0a68e7a96953dc602e0b0c06f7ca7737d8d9b6 (diff)
downloadaur-8b8f72412c208bef2751dfda3e1f4ff045d41e65.tar.gz
Fix prepare
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88909b1a6085..7a0922af4b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ prepare() {
if ! test -e "${startdir}/${_srcfile}"; then
local _url='https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux'
warning "There is no longer a direct download link for the Zoiper tarball. Get it manually from: ${_url}"
+ set +u
false
fi
set +u