summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis Polti2020-02-09 23:37:39 +0100
committerAlexis Polti2020-02-09 23:37:39 +0100
commit8b6d7e5d6859cd14acce526404c6ffaf35264520 (patch)
treec3eb729b842efdf2d82635f1dae76ceadc94cd20 /PKGBUILD
parent2dcfc83e60e555f8536244640094d4b83ef56d8f (diff)
downloadaur-8b6d7e5d6859cd14acce526404c6ffaf35264520.tar.gz
Temp fix to ignore expired certificate of segger
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60f2bdea2490..adaf3d2107d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ install=$pkgname.install
url="https://www.segger.com/jlink-software.html"
conflicts=("j-link-software-and-documentation")
replaces=("j-link-software-and-documentation")
-DLAGENTS=("https::/usr/bin/env curl -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed")
+DLAGENTS=("https::/usr/bin/env curl --insecure -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed")
options=(!strip)
prepare() {