summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis Polti2020-02-13 01:16:50 +0100
committerAlexis Polti2020-02-13 01:16:50 +0100
commitb8476f7bd606e46d8c6a31ae35741d6a50924d78 (patch)
treee10ee9fb9cfc7003f7377aef596a5f73f3617439 /PKGBUILD
parent0c4d93080ab495bfc7f498d4d2215435cbfd3626 (diff)
downloadaur-b8476f7bd606e46d8c6a31ae35741d6a50924d78.tar.gz
Remove the workaround for the expired Segger certificate
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0133a112cc87..fed2f761a507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jlink-software-and-documentation
pkgver=6.62a
-pkgrel=1
+pkgrel=2
epoch=24
pkgdesc="Segger JLink software & documentation pack for Linux"
arch=('i686' 'x86_64')
@@ -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 --insecure -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed")
+DLAGENTS=("https::/usr/bin/env curl -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed")
options=(!strip)
prepare() {