Package Details: pkgfile-git 1:21.r52.9c45690-1

Git Clone URL: https://aur.archlinux.org/pkgfile-git.git (read-only, click to copy)
Package Base: pkgfile-git
Description: a pacman .files metadata explorer
Upstream URL: https://github.com/falconindy/pkgfile
Licenses: MIT
Conflicts: pkgfile
Provides: pkgfile
Submitter: falconindy
Maintainer: eclairevoyant (falconindy)
Last Packager: Antiz
Votes: 43
Popularity: 0.000027
First Submitted: 2012-07-17 00:33 (UTC)
Last Updated: 2026-08-05 14:17 (UTC)

Required by (19)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Antiz commented on 2026-08-05 14:19 (UTC)

Given the current circumstances (with the AUR being "READ-ONLY"), I allowed myself to use admin-powers to drop the obsolete patch and allow the package to build again.

Antiz commented on 2026-08-02 12:02 (UTC)

Allowing myself to add falconindy as a co-maintainer. The package has failed to build since 2 years at that point (as falconindy reported in the previous comment), and they offered to pick it up (falconindy is the original submitter and upstream developer of the project, for what it's worth).

@eclairvoyant, if you're not interested in maintaining this package anymore, please consider disowning it (so falconindy gets promoted as the maintainer).
Thanks in advance :)

falconindy commented on 2024-07-30 12:10 (UTC)

The patch is no longer needed, I've committed https://github.com/falconindy/pkgfile/commit/6c618bb1d8d3f5882bd267e154a78a5458cdec37

Det commented on 2014-04-02 20:34 (UTC)

Still, the 's/-[^-]*$//' is cutting off the '.ge66d942' suffix, which is the whole point of a Git version.

Det commented on 2014-02-03 02:00 (UTC)

Wouldn't something like: git describe --long | sed 's/^v//;s/-/./g' be a more suitable Git version (12.0.g9bec39d)?

Gently commented on 2013-02-12 22:07 (UTC)

Here's the cron script that can be used. Can it be put in the package, possi bly `/usr/share/doc/pkgfile/cron.dail/pkgfile`? https://gist.github.com/1515fc22a531e4c1ef18

falconindy commented on 2012-09-08 16:10 (UTC)

DB format has changed -- if you're upgrading and pull in a v5 tag, you'll need to force update your DBs to get accurate results.

Gently commented on 2012-08-07 12:17 (UTC)

My bad. Thanks falcon, that did the trick.

falconindy commented on 2012-08-07 11:54 (UTC)

The manpage would tell you to source it from your shell initialization files -- ~/.bashrc, or ~/.zshrc

Gently commented on 2012-08-07 11:16 (UTC)

Thanks for fixing this falconindy. I noticed /usr/share/doc/pkgfile/command-not-found.bash which provides output if the command isn't found. How do I use it?