Package Details: libllfat git-1

Git Clone URL: https://aur.archlinux.org/libllfat.git (read-only, click to copy)
Package Base: libllfat
Description: library for low-level access to a FAT12/16/32 filesystem
Upstream URL: http://github.com/sgerwk/libllfat
Keywords: data-recovery dos fat12 fat16 fat32 filesystem vfat
Licenses: GPL3
Submitter: sgerwk
Maintainer: sgerwk
Last Packager: sgerwk
Votes: 2
Popularity: 0.000090
First Submitted: 2018-04-18 16:16 (UTC)
Last Updated: 2021-04-21 11:21 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-09-22 14:51 (UTC)

You download the latest state from a GIT repository.

So you must:

  • rename your package to libllfat-git (i.e. with the -git suffix),
  • add provides=("libllfat"), conflicts=("libllfat"),
  • add a proper pkgver() function,

and if pkgver() returns an official upstream version number (if it is somewhere retrievable from upstream, do all efforts to return it), for convenience replace provides=("libllfat") by provides=("libllfat=${pkgver}").

See the Arch Wiki VCS package guidelines for more information.

Please fix.
Thanks for maintaining!