Search Criteria
Package Details: python-cc2538-bsl 2.1.r43.g11de8cb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cc2538-bsl.git (read-only, click to copy) |
---|---|
Package Base: | python-cc2538-bsl |
Description: | Script to communicate with Texas Instruments CC13xx/CC2538/CC26xx Serial Boot Loader. |
Upstream URL: | https://github.com/JelmerT/cc2538-bsl |
Licenses: | BSD |
Submitter: | gardar |
Maintainer: | gardar |
Last Packager: | gardar |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-14 21:55 (UTC) |
Last Updated: | 2020-10-14 21:55 (UTC) |
Dependencies (6)
- python-pyserial
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools-scm (make)
- ruby-ronn (ruby-ronn-ng) (make)
- python-intelhex (optional)
- python-magic (python-magic-gitAUR) (optional)
Latest Comments
bjo commented on 2024-03-12 20:12 (UTC)
Checkout fails with
As somebody mentioned already, it should start with git+https.
sshaikh commented on 2023-06-12 11:02 (UTC)
Also also... having ronn in prepare() is a bit unexpected. I had to install ruby-ronn-ng to get this to build.
sshaikh commented on 2023-05-04 16:30 (UTC)
Also is this not a VCS package? It should be named accordingly no?
Animajosser commented on 2023-01-30 15:22 (UTC)
Agree, just needs a one line change.
Linkin commented on 2022-12-01 20:10 (UTC)
I can confirm what naguz stated about changing the git URL.
naguz commented on 2022-08-24 20:58 (UTC)
The sourc is incorect, preventing it from cloning the git repo. Instead of git+git://github.com/JelmerT/$_pkgname.git, it should start with git+https, I believe. At least that's what other PKGBUILDs in AUR use, and it works with that.