summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriaan Zonnenberg2017-10-12 22:00:44 +0200
committerAdriaan Zonnenberg2017-10-12 22:00:44 +0200
commit9528848b6af60d11a6167bd28bf6da12950f3861 (patch)
treec6f82bffe714900d8ca479f0445682c3b07541b2
parent1f3f99dc3d985ebb18df8827cf64b9a110845e4d (diff)
downloadaur-9528848b6af60d11a6167bd28bf6da12950f3861.tar.gz
Add message to indicate downloading status
Some AUR helpers don't show the cURL output, and the download process can take quite some time, so it can be helpful to have an indicator of what is actually happening.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6a257943026..455190305e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ source=('eula.html')
sha256sums=('988119d55691f5bdc91da81d31f2cc460de9c0d74312f4739f813ded7efdf03c')
prepare() {
+ msg2 'Downloading from download-app.musixmatch.com...'
curl 'https://download-app.musixmatch.com/' -A 'Linux x86_64' -D headers.txt -OJf
}