summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-04-26 20:24:14 -0400
committerChris Severance2018-04-26 20:24:14 -0400
commit748bc22d2ab44a5afe64a5573a046a09812db32e (patch)
treef6d50a48a8ad423083f79704c7245b170281b28a
parent6332b9ea13e0d0c82d20f8b52626d2ad1c588fda (diff)
downloadaur-748bc22d2ab44a5afe64a5573a046a09812db32e.tar.gz
Fix for pacaur no colors
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e40ddd4d781..51fd0d0e54af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,9 +35,9 @@ sha256sums=('4ed406e6786163514ff0714af7417e680c56cbe1edcb297196d6dbee2ffa798b'
build() {
set -u
if ! test -e "${startdir}/${_srcfile}"; then
+ set +u
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