Package Details: jlink-software-and-documentation 62:8.10g-0

Git Clone URL: https://aur.archlinux.org/jlink-software-and-documentation.git (read-only, click to copy)
Package Base: jlink-software-and-documentation
Description: Segger JLink software & documentation pack for Linux
Upstream URL: https://www.segger.com/jlink-software.html
Licenses: custom, GPLv2
Groups: jlink
Conflicts: j-link-software-and-documentation
Replaces: j-link-software-and-documentation
Submitter: AlexisPolti
Maintainer: AlexisPolti (pzl)
Last Packager: AlexisPolti
Votes: 54
Popularity: 0.45
First Submitted: 2016-01-22 00:03 (UTC)
Last Updated: 2024-11-14 16:32 (UTC)

Sources (26)

Pinned Comments

AlexisPolti commented on 2019-10-29 19:59 (UTC)

Please allow me at least 24h to build the new package! :)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

pouze commented on 2019-05-13 11:16 (UTC) (edited on 2019-05-13 11:17 (UTC) by pouze)

Segger changed the "Accept"-Form.

Please change the PKGBUILD, non_eu_denied_list to non_emb_ctr.

diff --git a/PKGBUILD b/PKGBUILD index b017dc3..9a74a4a 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_eu_denied_list=confirmed") +DLAGENTS=("https::/usr/bin/env curl -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed") options=(!strip)

prepare() {

AlexisPolti commented on 2019-04-04 12:28 (UTC)

Back to /usr/lib/udev/rules.d then! Fixed, thanx!

mchwalisz commented on 2019-04-04 08:25 (UTC)

It got "fixed" in ccstudio as well. https://aur.archlinux.org/cgit/aur.git/commit/?h=ccstudio&id=0e7e5eb263c9

I think you can use the original name. IMO /usr/lib/udev/rules.d/99-jlink.rules should be part of this package. ccstudio renamed the file 99-ti-jlink.rules.

btw. both files don't have the same content, but I don't think that it is a concern. Looks like different versions of the rules.

AlexisPolti commented on 2019-04-02 00:16 (UTC)

Fixed

AlexisPolti commented on 2019-04-01 10:39 (UTC)

For the moment I'm reverting to /etc/udev/rules.d

AlexisPolti commented on 2019-04-01 10:38 (UTC)

Hmmm, that's a problem. Do you know we can resolve this issue?

mchwalisz commented on 2019-04-01 10:36 (UTC)

There is a file conflict with ccstudio

/usr/lib/udev/rules.d/99-jlink.rules exists in both packages and block an upgrade.

AlexisPolti commented on 2019-03-31 05:05 (UTC)

Thanx, I didn't know that. Fixed!

aswild commented on 2019-03-31 04:54 (UTC)

Minor suggestion: move the 99-jlink.rules to /usr/lib/udev/rules.d instead of /etc/udev/rules.d to better align with standard package directories.

The rules in /etc should be managed by the system admin (new rules or overrides of /usr/lib/...) and packages should install to /usr/lib/...