summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-12-03 11:54:30 +0100
committerGrey Christoforo2021-12-03 11:54:30 +0100
commitb6962276507b6a9be1249b9f485a99366d189a91 (patch)
treeb297abef5bdc6cf88c39cd6bf4ff0b757dc58637 /PKGBUILD
parent01439a5ecc5b1c68ad3df45e04e89805609750b9 (diff)
downloadaur-b6962276507b6a9be1249b9f485a99366d189a91.tar.gz
make curls silent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b93cf74924ed..c3910db2edd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,12 +69,12 @@ prepare(){
# add support for jinja v3
#cd pywrap
- #curl https://patch-diff.githubusercontent.com/raw/CadQuery/pywrap/pull/34.diff | patch -p1 || true
+ #curl --silent https://patch-diff.githubusercontent.com/raw/CadQuery/pywrap/pull/34.diff | patch -p1 || true
#git checkout f8869e5a47fd3e3e1d31e7ab89b46c158f7487bf
# disable progress bars
cd pywrap
- curl -q https://patch-diff.githubusercontent.com/raw/greyltc/pywrap/pull/1.patch | patch -p1
+ curl --silent https://patch-diff.githubusercontent.com/raw/greyltc/pywrap/pull/1.patch | patch -p1
}
build() {