Package Details: czkawka-git 7.0.0.r4.g2a32a52-1

Git Clone URL: https://aur.archlinux.org/czkawka-git.git (read-only, click to copy)
Package Base: czkawka-git
Description: Multi-functional app to find duplicates, similar images, and empty folders.
Upstream URL: https://github.com/qarmin/czkawka
Licenses: MIT
Conflicts: czkawka, czkawka-cli, czkawka-gui
Provides: czkawka, czkawka-cli, czkawka-gui
Submitter: sp1rit
Maintainer: xiota
Last Packager: xiota
Votes: 8
Popularity: 0.51
First Submitted: 2020-10-02 20:57 (UTC)
Last Updated: 2024-03-18 03:17 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

arglebargle commented on 2020-11-15 00:37 (UTC)

Thanks, much appreciated!

sp1rit commented on 2020-11-10 20:58 (UTC)

@arglebargle fixed

arglebargle commented on 2020-11-03 03:14 (UTC) (edited on 2020-11-06 22:28 (UTC) by arglebargle)

Can you switch to something like this for the pkgver() function?

pkgver() {
  cd "$srcdir/${_basename}"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

I just had yay rebuild the package repeatedly because the current package version doesn't sort in a reliable way.

git describe produces much nicer/more useful output:

[arglebargle@arch-g14]$ git describe --long --tags
1.3.0-0-g1fb66b3

vs current:

[~/work/packages/czkawka-git/src/czkawka] (master[]) 
[arglebargle@arch-g14]$ echo "${_releasever}.$(git rev-parse --short HEAD)"
1.0.0.1fb66b3

Note that 1.0.0.<short commit> can't be sorted in any sane way by tools.

sp1rit commented on 2020-10-03 16:45 (UTC)

@catlgin

fixed