Search Criteria
Package Details: sunxi-blobs-git r152.574c151-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sunxi-blobs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sunxi-blobs-git |
| Description: | The goal of this project is to understand the various blobs provided by Allwinner for their sunxi series of ARM SoCs. |
| Upstream URL: | https://github.com/smaeul/sunxi-blobs |
| Keywords: | allwinner arm soc sunxi |
| Licenses: | LicenseRef-custom |
| Conflicts: | sunxi-blobs |
| Provides: | sunxi-blobs |
| Submitter: | taotieren |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-09-14 03:29 (UTC) |
| Last Updated: | 2026-04-10 11:41 (UTC) |
Latest Comments
dreieck commented on 2024-01-26 13:14 (UTC)
You still need to set
epoch=1.I see that you recently updated your package, but there is still the issue with versioning scheme change without incrementing the
$epochvariable.Please fix,
regards and thanks for the package!
dreieck commented on 2023-10-20 14:19 (UTC)
Ahoj,
thanks for the updates.
But now you introduced another problem:
Previous
$pkgverhere in the AUR was3e6b186. Now it isr146.fa44656. Which is lower.You changed the versioning scheme (which is correct!), but you forgot to increment
$epoch. Please increment$epoch(since no$epochis explicitly specified so far, addepoch=1).Thanks for maintaining!
taotieren commented on 2023-10-20 03:01 (UTC)
@dreieck Thank you very much for your feedback.
dreieck commented on 2023-10-19 11:03 (UTC)
Can you please not install
/opt/sunxi-blobs/.git?Regards!
dreieck commented on 2023-10-19 07:56 (UTC)
Fails to download:
Why don't you directly use github (
git+https://github.com/smaeul/sunxi-blobs.git) in the download URL, but why ishub.fastgit.orgneeded?Regards!
dreieck commented on 2023-10-19 07:52 (UTC)
Ahoj,
this package is called
sunxi-blobs-git.Please remove
sunxi-blobs-gitfrom theconflictsarray, and please change in theprovidesarraysunxi-blobs-gittosunxi-blobs.Also, you must ensure that
$pkgveris monotoneously increasing with every upstream commit.Current
pkgver()does not ensure this; it only uses the commit hash which is random.Please write a proper
pkgver()function; see the Arch Wiki on Git packages for help if you need.Regards and thanks for maintaining!