Search Criteria
Package Details: teensy-loader-cli-git 2.1.r14.gf5b6d7a-1
Git Clone URL: | https://aur.archlinux.org/teensy-loader-cli-git.git (read-only, click to copy) |
---|---|
Package Base: | teensy-loader-cli-git |
Description: | Command line loader for the teensy microprocessor boards |
Upstream URL: | https://www.pjrc.com/teensy/loader_cli.html |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | lowfatcomputing |
Maintainer: | azk |
Last Packager: | azk |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-28 16:27 |
Last Updated: | 2017-12-03 19:45 |
Dependencies (3)
- libusb-compat (libusb0)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
azk commented on 2017-12-03 19:47
@dvzrv Switched to sha256 and https, also followed your advice on the install line. 49-teensy.rules checksum checks out now.
Thanks for the tips.
dvzrv commented on 2017-12-02 11:19
@azk: Also, the udev rule is available as https and you might want to up your checksum to something more secure, such as sha265sum.
dvzrv commented on 2017-12-02 11:17
@azk: Generally, follow upstream (so, yes! :) ).
You should shorten the install though:
install -Dm755 "teensy_loader_cli" "${pkgdir}/usr/bin/teensy_loader_cli"
Also, you can add a variable (e.g. $_bin) to store/reuse the binary name.
vendion commented on 2017-08-23 14:48
The checksums are wrong again, I have a calculated MD5 of 056fe11cf5d4daf2dcf5e0014215bf8f
azk commented on 2017-06-29 14:47
I adopted the package and fixed some stuff.
MD5sum for 49-teensy.rules is fixed.
Versioning scheme now is according to AUR recommendations for this kind of package.
Binary has been renamed to reflect upstream name. (Was teensy-loader-cli, now teensy_loader_cli.)
@dvzrv any objections to the binary renaming?
azk commented on 2017-06-29 14:03
Checksum on 49-teensy.rules is out again.
Useless renaming of the binary breaks expectations when used in buildchains.
lowfatcomputing commented on 2017-06-17 23:56
@dvzrv: Disowned. Feel free to adopt it.
dvzrv commented on 2017-06-17 10:14
@lowfatcomputing: Additionally, if you don't want to take care of this package any longer, please drop it.
dvzrv commented on 2017-01-22 11:21
@lowfatcomputing:
Please update the checksums of your package using updpkgsums and replace the version (in your version function) with the most recent un-annotated tag reachable from last commit:
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
As explained here:
https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
calcmogul commented on 2016-11-04 04:35
49-teensy.rules was updated and has a different MD5 sum:
diff --git a/PKGBUILD b/PKGBUILD
index a330fe2..a4d06c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ conflicts=('teensy-loader-cli')
source=("${pkgname}::git+https://github.com/PaulStoffregen/teensy_loader_cli.git"
"http://www.pjrc.com/teensy/49-teensy.rules")
md5sums=('SKIP'
- '9f0593b4f3dab6d9a32ebc993d6aedc3')
+ '97a691215b1865bc1d500b134f92427b')
pkgver() {
cd $pkgname