Package Details: vcftools 0.1.17-1

Git Clone URL: https://aur.archlinux.org/vcftools.git (read-only, click to copy)
Package Base: vcftools
Description: A set of tools written in Perl and C++ for working with VCF files
Upstream URL: https://vcftools.github.io/
Licenses: LGPL-3.0-or-later
Submitter: sbarbi
Maintainer: Stunts
Last Packager: Stunts
Votes: 17
Popularity: 0.000000
First Submitted: 2012-09-11 10:53 (UTC)
Last Updated: 2025-07-10 19:30 (UTC)

Required by (3)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Stunts commented on 2025-07-10 19:32 (UTC)

Thank you @dreieck! I have updated the package to the latest upstream version and made the recommended improvements to the PKGBUILD.

dreieck commented on 2025-07-09 11:27 (UTC) (edited on 2025-07-09 11:28 (UTC) by dreieck)

Ahoj,

  1. you download the source file to a generic filename: v${pkgver}.tar.gz. This is prone to comflicts if $SRCDEST is used (e.g. set in /etc/makepkg.conf), where all downloaded sources end up in the same directory: If another package does the same, and the versions coincide, there is a file conflict.
    Please make the downloaded filename specific to this package, e.g. by prepending ${pkgname}-${pkgver}.tar.gz:: to the source array entry:
    source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz").

  2. The license identifier needs to be updated to be SPDX compliant:
    vcftools E: LGPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
    Use LGPL-3.0-or-later or LGPL-3.0-only, whatever is applicable.

Regards and thanks for this package!

wookietreiber commented on 2015-09-18 09:29 (UTC)

Lets see what they are saying: https://github.com/vcftools/vcftools/issues/20

wookietreiber commented on 2015-09-18 09:26 (UTC)

Yes, I have seen that, too. I honestly don't know, why they tagged it as a pre-release version and not chose to name it like 0.1.14rc1. Maybe it's because of the autotools changes and they wanted to wait for user feedback if something does not work as expected.

Stunts commented on 2015-09-18 08:56 (UTC)

@wookietreiber: Thanks for the dedication on updating, but 0.1.14 is a pre-release version... IMO it's best to wait for the release version.

wookietreiber commented on 2015-09-18 07:45 (UTC)

Updated.

wookietreiber commented on 2015-09-18 07:37 (UTC)

https://github.com/vcftools/vcftools/releases/tag/v0.1.14

wookietreiber commented on 2015-08-03 16:03 (UTC)

Thx :)

Stunts commented on 2015-08-03 16:02 (UTC)

Updated. @wookietrebier - welcome on board.

wookietreiber commented on 2015-08-03 14:06 (UTC)

See https://github.com/wookietreiber/PKGBUILDs/blob/master/vcftools/PKGBUILD for an up to date PKGBUILD. If you are OK with it, you can also add me as a maintainer for this AUR package and I'll update the PKGBUILD myself.