Package Details: baseos-squashfs 1-1

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)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-12-23 21:55 (UTC)

You download the latest state from a git repository.

So you must:

  • Rename your package baseos-squashfs-git (i.e. with the -git suffix),
  • add a pkgver() function that ensures strongly monotoneously increasing $pkgver with each upstream commit; and if possible starts with a release version number,
  • add conflicts=('baseos-squashfs') and provides=("baseos-squashfs=${pkgver}") (=${pkgver} is optional, and only if pkgver() 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!