Search Criteria
Package Details: baseos-squashfs 1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/baseos-squashfs.git (read-only, click to copy) |
---|---|
Package Base: | baseos-squashfs |
Description: | Initcpio hooks for baseOS boot |
Upstream URL: | https://github.com/bluerider/baseOS.git |
Licenses: | GPL3 |
Submitter: | bluerider |
Maintainer: | bluerider |
Last Packager: | bluerider |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-31 15:45 (UTC) |
Last Updated: | 2015-10-31 16:17 (UTC) |
Dependencies (2)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2023-12-23 21:55 (UTC)
You download the latest state from a git repository.
So you must:
baseos-squashfs-git
(i.e. with the-git
suffix),pkgver()
function that ensures strongly monotoneously increasing$pkgver
with each upstream commit; and if possible starts with a release version number,conflicts=('baseos-squashfs')
andprovides=("baseos-squashfs=${pkgver}")
(=${pkgver}
is optional, and only ifpkgver()
starts with a release version number).(Renaming in the AUR: Upload the newly named package and submit a merge request for the old package.)
Regards and thanks for maintaining!
dreieck commented on 2023-12-23 21:53 (UTC)
Can you please strip off the leading
.git
from$url
?Thanks for maintaining!