Package Details: bossa 1.9.1-5

Git Clone URL: https://aur.archlinux.org/bossa.git (read-only, click to copy)
Package Base: bossa
Description: Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers
Upstream URL: https://github.com/shumatech/BOSSA
Licenses: BSD
Submitter: mcoffin
Maintainer: mcoffin (sshumate)
Last Packager: mcoffin
Votes: 2
Popularity: 0.000000
First Submitted: 2016-12-03 07:10 (UTC)
Last Updated: 2022-07-23 14:37 (UTC)

Latest Comments

alexbrinister commented on 2022-07-23 14:26 (UTC) (edited on 2022-07-23 14:28 (UTC) by alexbrinister)

@mcoffin patches to update dependencies:

The Makefile needs to be patched to get the wxconfig for wx version 3.2, since the Arch package doesn't provide 3.0 anymore.

sl1pkn07 commented on 2021-04-21 15:44 (UTC)

hi. is possible switch to wxwidget GTK3?

sed 's|wx-config|&-gtk3| -i Makefile

and change wxgtk2 to wxgtk3

greetings

trollixx commented on 2021-01-13 04:53 (UTC) (edited on 2021-01-13 04:53 (UTC) by trollixx)

wxgtk2 no longer provides wxgtk (commit). Dependency needs to be updated.

mcoffin commented on 2020-01-18 22:25 (UTC)

@maxbla I have updated the package to 1.9.1-2, accounting for the upstream Makefile error, allowing us to override the VERSION in the makefile with $pkgver from the package as it should be. Thanks for the report!

maxbla commented on 2020-01-17 05:25 (UTC) (edited on 2020-01-17 06:08 (UTC) by maxbla)

This PKGBUILD fails with fatal: No names found, cannot describe anything., which is due to the Makefile from upstream, which contains the line VERSION=$(shell git describe --tags --dirty). Because this package downloads a .tar.gz of the source, rather than git cloneing it, git tries to describe the AUR package, which contains no tags.

Suggested fixes: either clone the repository entirely, instead of downloading the archive, or patch the makefile to have a static Version (i.e. VERSION=1.9.1-1).

edit: I think this is a bug in the PKGBUILD, but I could be tempted to submit it upstream if you (mcoffin) think it belongs there.