Search Criteria
Package Details: samloader-git r46.b20e1b1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/samloader-git.git (read-only, click to copy) |
---|---|
Package Base: | samloader-git |
Description: | Download firmware for Samsung devices |
Upstream URL: | https://github.com/martinetd/samloader |
Licenses: | GPL3 |
Conflicts: | samloader |
Submitter: | SZanko |
Maintainer: | SZanko |
Last Packager: | SZanko |
Votes: | 6 |
Popularity: | 0.021980 |
First Submitted: | 2021-05-30 22:01 (UTC) |
Last Updated: | 2023-11-21 16:20 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-pycryptodomex
- python-tqdm
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
Latest Comments
grimler commented on 2023-10-12 07:31 (UTC)
Recent devices (or at least galaxy s23) needs this patch for download to work:
Patch adapted from https://github.com/ananjaser1211/SamloaderKotlin/commit/8a0d50428ac7080f9c2cbe8847da06bbccb20798
sda commented on 2023-05-06 17:47 (UTC)
The original git repo is archived and last rev there can't download fw anymore. Please consider switching source to live fork https://github.com/martinetd/samloader
sekret commented on 2023-05-05 05:37 (UTC)
Yes it does make sense!
I build packages in a clean chroot which has only base and base-devel installed, but no git. So when I build the package, I have to tell makechrootpkg that git needs to be installed. I can only tell it this with git as a makedependency.
Besides: You can also download AUR packages as a tarball, e.g. https://aur.archlinux.org/cgit/aur.git/snapshot/samloader-git.tar.gz ("download snapshot")
SZanko commented on 2022-05-23 16:27 (UTC) (edited on 2022-05-23 16:27 (UTC) by SZanko)
How do you build packages because AUR helpers are not offical support so you have to git clone the repo and makepkg it so it doesn't make any sense to add git as makedependency
sekret commented on 2022-05-13 21:22 (UTC)
I want to give a +1 on git as a makedependency. Please add it!
pizzaman commented on 2022-04-14 03:22 (UTC)
Thanks for adding and maintaining this package.
Checking https://github.com/nlscc/samloader/blob/master/setup.py it mentions that the package https://archlinux.org/packages/community/any/python-tqdm/ is required.
Could you please add as a dependency?
arglebargle commented on 2022-02-13 00:11 (UTC)
Please add
git
as a makedepend on this, the package fails to build viamakechrootpkg
without it.