summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:08:26 -0500
committerAndrew O'Neill2024-01-30 21:08:26 -0500
commit7d54b9411ec2d861033ebd392642f02aa52ff906 (patch)
treeae2fcf4c139e1866637e8d17d8c2f1759981dbf8
parent9dbfa67c6d30c811f804a3ab99d3e24cff1a8dce (diff)
downloadaur-7d54b9411ec2d861033ebd392642f02aa52ff906.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1fd4338459a..f3c26a4386c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = bcftools
pkgrel = 1
url = https://samtools.github.io/bcftools
arch = x86_64
- license = GPL
+ license = GPL-3.0-only
depends = gsl
depends = htslib
depends = python-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index a3ab1ea6c914..a714e550f0bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF'
arch=('x86_64')
url='https://samtools.github.io/bcftools'
-license=('GPL')
+license=('GPL-3.0-only')
depends=('gsl' 'htslib' 'python-matplotlib' 'python')
source=("https://github.com/samtools/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('782b5f1bc690415192231e82213b3493b047f45e630dc8ef6f154d6126ab3e68')