Package Details: python-xlsx2csv-git 0-1

Git Clone URL: https://aur.archlinux.org/python-xlsx2csv-git.git (read-only, click to copy)
Package Base: python-xlsx2csv-git
Description: XSLX to CSV converter (Git)
Upstream URL: https://github.com/dilshod/xlsx2csv
Licenses: MIT
Submitter: arkades
Maintainer: arkades
Last Packager: arkades
Votes: 0
Popularity: 0.000000
First Submitted: 2026-07-31 21:44 (UTC)
Last Updated: 2026-07-31 21:44 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

a821 commented on 2026-08-11 08:04 (UTC) (edited on 2026-08-11 08:12 (UTC) by a821)

Please remove pod2man from the makedepends array. It's not needed (pod2man will likely be removed in the future).

The check() function is broken because the $pkgvers don't match. I suggest to change in the grep line to this:

  if ! grep -qF "${pkgver%.r*}" actual.txt; then

but this requires removing the underscore (_) in pkgver() to a dot according to the VCS package guidelines.

  echo "${_ver}.r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"

Also add conflicts/provides with python-xlsx2csv