Search Criteria
Package Details: vcftools 0.1.17-1
Package Actions
| 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) |
Dependencies (2)
- perl (perl-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
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,
you download the source file to a generic filename:
v${pkgver}.tar.gz. This is prone to comflicts if$SRCDESTis 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 thesourcearray entry:source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz").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-laterorLGPL-3.0-only, whatever is applicable.Regards and thanks for this package!
wookietreiber commented on 2015-09-18 09:29 (UTC)
wookietreiber commented on 2015-09-18 09:26 (UTC)
Stunts commented on 2015-09-18 08:56 (UTC)
wookietreiber commented on 2015-09-18 07:45 (UTC)
wookietreiber commented on 2015-09-18 07:37 (UTC)
wookietreiber commented on 2015-08-03 16:03 (UTC)
Stunts commented on 2015-08-03 16:02 (UTC)
wookietreiber commented on 2015-08-03 14:06 (UTC)
1 2 3 Next › Last »